Searched refs:app_id (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | rfcomm_api.h | 211 uint32_t app_id; member 274 void btif_rf_set_app_id(rf_channel_t chan_h,uint32_t app_id); 281 bool btif_rfc_is_dlci_channel_connected(uint32_t session_l2c_handle,uint32_t app_id); 285 uint32_t btif_save_rfcomm_channel_ctx(uint8_t *ctx_buffer, uint8_t MuxId, uint32_t app_id); 286 uint32_t btif_set_rfcomm_channel_ctx(uint8_t *ctx_buffer, uint8_t MuxId, uint32_t app_id); 288 bool btif_rf_is_rfcomm_channel_connected(uint8_t mux_id,uint32_t app_id);
|
A D | spp_api.h | 77 uint32_t app_id; member 127 struct spp_device *btif_spp_get_device(uint32_t app_id); 137 uint32_t btif_spp_profile_save_ctx(uint32_t app_id,btif_remote_device_t *rem_dev, uint8_t *buf, uin…
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/ |
A D | app_bt.h | 222 uint32_t app_bt_save_spp_app_ctx(uint32_t app_id,btif_remote_device_t *rem_dev, uint8_t *buf, uint3… 223 uint32_t app_bt_restore_spp_app_ctx(uint8_t *buf, uint32_t buf_len, uint32_t *app_id);
|
A D | app_rfcomm_mgr.h | 39 uint32_t app_id; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | crypto.h | 72 static inline int bt_mesh_app_id(const u8_t app_key[16], u8_t app_id[1]) in bt_mesh_app_id() 74 return bt_mesh_k4(app_key, app_id); in bt_mesh_app_id()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 521 uint16_t app_id, in ble_stack_mesh_send() argument 533 .app_idx = app_id, in ble_stack_mesh_send()
|
Completed in 14 milliseconds