/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/ |
A D | light_ctl_srv.c | 224 struct net_buf_simple *p_buf) in _ctl_get() 233 struct net_buf_simple *p_buf) in _ctl_set() 246 struct net_buf_simple *p_buf) in _ctl_set_unack() 276 struct net_buf_simple *p_buf) in _ctl_temp_range_get() 307 struct net_buf_simple *p_buf) in _ctl_default_get() 374 struct net_buf_simple *p_buf) in _ctl_default_set() 385 struct net_buf_simple *p_buf) in _ctl_default_set_unack() 437 struct net_buf_simple *p_buf) in _ctl_temp_range_set() 682 struct net_buf_simple *p_buf) in _ctl_temp_get() 691 struct net_buf_simple *p_buf) in _ctl_temp_set() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | hci_adapter.c | 45 bool hci_adapter_send(uint8_t *p_buf, uint16_t len) in hci_adapter_send() 109 bool hci_tp_send(uint8_t *p_buf, uint16_t len, P_HCI_TP_TX_CB tx_cb) in hci_tp_send() 114 uint16_t hci_tp_recv(uint8_t *p_buf, uint16_t size) in hci_tp_recv() 119 void hci_tp_config(uint8_t *p_buf, uint16_t len) in hci_tp_config()
|
A D | hci_process.c | 59 uint8_t hci_read_local_version_check(uint8_t len, uint8_t *p_buf) in hci_read_local_version_check() 104 uint8_t hci_read_rom_check(uint8_t len, uint8_t *p_buf) in hci_read_rom_check() 168 uint8_t hci_thermal_check(uint8_t len, uint8_t *p_buf) in hci_thermal_check() 330 uint8_t hci_download_patch_check(uint8_t len, uint8_t *p_buf) in hci_download_patch_check() 399 uint8_t hci_set_baudrate_check(uint8_t len, uint8_t *p_buf) in hci_set_baudrate_check() 483 uint8_t hci_write_rf_check(uint8_t len, uint8_t *p_buf) in hci_write_rf_check()
|
A D | bt_vendor_drv.c | 23 static bool bt_vendor_init_callback(T_HCI_IF_EVT evt, bool status, uint8_t *p_buf, uint32_t len) in bt_vendor_init_callback()
|
/AliOS-Things-master/components/genie_service/core/src/sig_models/ |
A D | sig_model_scene_srv.c | 46 u16_t src_addr, struct net_buf_simple *p_buf) in _scene_analyze() 91 struct net_buf_simple *p_buf) in _scene_get() 117 struct net_buf_simple *p_buf) in _scene_set() 155 struct net_buf_simple *p_buf) in _scene_set_unack()
|
A D | sig_model_lightness_srv.c | 66 u16_t src_addr, struct net_buf_simple *p_buf) in _lightness_analyze() 144 struct net_buf_simple *p_buf) in _lightness_get() 176 struct net_buf_simple *p_buf) in _lightness_set() 218 struct net_buf_simple *p_buf) in _lightness_set_unack()
|
A D | sig_model_light_ctl_srv.c | 68 u16_t src_addr, struct net_buf_simple *p_buf) in _ctl_analyze() 159 struct net_buf_simple *p_buf) in _ctl_get() 191 struct net_buf_simple *p_buf) in _ctl_set() 233 struct net_buf_simple *p_buf) in _ctl_set_unack()
|
A D | sig_model_onoff_srv.c | 68 u16_t src_addr, struct net_buf_simple *p_buf) in _gen_onoff_analyze() 156 struct net_buf_simple *p_buf) in _gen_onoff_get() 188 struct net_buf_simple *p_buf) in _gen_onoff_set() 224 struct net_buf_simple *p_buf) in _gen_onoff_set_unack()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/ |
A D | hci_normal.c | 29 uint8_t *p_buf; in hci_if_tx_req() local 149 bool hci_if_write(uint8_t *p_buf, uint32_t len) in hci_if_write() 170 bool hci_if_confirm(uint8_t *p_buf) in hci_if_confirm()
|
A D | hci_h4.c | 135 bool hci_h4_send(uint8_t *p_buf, uint16_t len) in hci_h4_send() 248 uint8_t *p_buf; in hci_h4_cfm() local
|
A D | hci_uart.c | 336 bool hci_uart_tx(uint8_t *p_buf, uint16_t len, P_UART_TX_CB tx_cb) in hci_uart_tx() 483 uint16_t hci_uart_recv(uint8_t *p_buf, uint16_t size) in hci_uart_recv()
|
A D | hci_board.c | 524 uint8_t *p_buf; in bt_read_efuse() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/ |
A D | os_pool.h | 303 #define os_buffer_put(p_buf) \ argument
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_ais.c | 492 const void *p_buf, u16_t len, u16_t offset, u8_t flags) in _ais_service_write() 505 const void *p_buf, u16_t len, u16_t offset, u8_t flags) in _ais_service_write_nr()
|
A D | genie_vendor_model.c | 73 struct net_buf_simple *p_buf, in genie_model_analyze()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/inc/ |
A D | hci_proto.h | 36 uint8_t *p_buf; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/ |
A D | vendor_model_cli.c | 322 struct net_buf_simple *p_buf, in _vendor_model_analyze()
|
A D | vendor_model_srv.c | 317 struct net_buf_simple *p_buf, in _vendor_model_analyze()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 298 static bool hci_if_callback(T_HCI_IF_EVT evt, bool status, uint8_t *p_buf, uint32_t len) in hci_if_callback()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/ |
A D | rtl8721dhp_crypto_ram.c | 700 void CRYPTO_Cache_Sync(u8 *p_buf, u32 len) in CRYPTO_Cache_Sync()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | wifi_port.c | 471 wifi_promiscuous_pkt_t *p_buf = NULL; in wifi_promisc_rx_cb() local
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h5.c | 1690 static uint8_t hci_h5_send_sync_cmd(uint16_t opcode, uint8_t *p_buf, uint16_t length) in hci_h5_send_sync_cmd()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 20247 const duk_uint8_t *p_buf, *p, *p_end; in duk_load_function() local 96833 duk_uint8_t *p_buf; local
|