Home
last modified time | relevance | path

Searched defs:p_buf (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/
A Dlight_ctl_srv.c224 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 Dhci_adapter.c45 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 Dhci_process.c59 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 Dbt_vendor_drv.c23 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 Dsig_model_scene_srv.c46 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 Dsig_model_lightness_srv.c66 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 Dsig_model_light_ctl_srv.c68 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 Dsig_model_onoff_srv.c68 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 Dhci_normal.c29 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 Dhci_h4.c135 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 Dhci_uart.c336 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 Dhci_board.c524 uint8_t *p_buf; in bt_read_efuse() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/
A Dos_pool.h303 #define os_buffer_put(p_buf) \ argument
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_ais.c492 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 Dgenie_vendor_model.c73 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 Dhci_proto.h36 uint8_t *p_buf; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/
A Dvendor_model_cli.c322 struct net_buf_simple *p_buf, in _vendor_model_analyze()
A Dvendor_model_srv.c317 struct net_buf_simple *p_buf, in _vendor_model_analyze()
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/
A Dhci_driver.c298 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 Drtl8721dhp_crypto_ram.c700 void CRYPTO_Cache_Sync(u8 *p_buf, u32 len) in CRYPTO_Cache_Sync()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c471 wifi_promiscuous_pkt_t *p_buf = NULL; in wifi_promisc_rx_cb() local
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c1690 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 Dduktape.c20247 const duk_uint8_t *p_buf, *p, *p_end; in duk_load_function() local
96833 duk_uint8_t *p_buf; local

Completed in 307 milliseconds