/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_multi_adv_util.c | 106 int btif_multi_adv_add_instid_map(int client_if, int inst_id, BOOLEAN gen_temp_instid) in btif_multi_adv_add_instid_map() 167 int btif_multi_adv_instid_for_clientif(int client_if) in btif_multi_adv_instid_for_clientif() 216 void btif_gattc_adv_data_packager(int client_if, bool set_scan_rsp, in btif_gattc_adv_data_packager() 482 void btif_gattc_clear_clientif(int client_if, BOOLEAN stop_timer) in btif_gattc_clear_clientif() 604 void btif_multi_adv_timer_ctrl(int client_if, TIMER_CBACK cb) in btif_multi_adv_timer_ctrl()
|
D | btif_gatt_client.c | 137 uint8_t client_if; member 159 uint8_t client_if; member 196 uint8_t client_if; member 250 int client_if = ((TIMER_LIST_ENT*)p_tle)->data; in btif_multi_adv_stop_cb() local 812 uint8_t client_if = 0; in bta_gattc_multi_adv_cback() local 1691 static bt_status_t btif_gattc_unregister_app(int client_if ) in btif_gattc_unregister_app() 1708 static bt_status_t btif_gattc_open(int client_if, const bt_bdaddr_t *bd_addr, in btif_gattc_open() 1721 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gattc_close() 1732 static bt_status_t btif_gattc_listen(int client_if, bool start) in btif_gattc_listen() 1742 static bt_status_t btif_gattc_set_adv_data(int client_if, bool set_scan_rsp, bool include_name, in btif_gattc_set_adv_data() [all …]
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 121 void BTA_GATTC_AppDeregister(tBTA_GATTC_IF client_if) in BTA_GATTC_AppDeregister() 149 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in BTA_GATTC_Open() 183 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTC_CancelOpen() 895 tBTA_GATT_STATUS BTA_GATTC_RegisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_RegisterForNotifications() 969 tBTA_GATT_STATUS BTA_GATTC_DeregisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_DeregisterForNotifications() 1054 void BTA_GATTC_Listen(tBTA_GATTC_IF client_if, BOOLEAN start, BD_ADDR_PTR target_bda) in BTA_GATTC_Listen() 1089 void BTA_GATTC_Broadcast(tBTA_GATTC_IF client_if, BOOLEAN start) in BTA_GATTC_Broadcast()
|
D | bta_gattc_utils.c | 124 tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if) in bta_gattc_cl_get_regcb() 166 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, in bta_gattc_find_clcb_by_cif() 214 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_clcb_alloc() 263 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_find_alloc_clcb() 678 BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda_ptr, in bta_gattc_mark_bg_conn() 748 BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role) in bta_gattc_check_bg_conn()
|
D | bta_gattc_int.h | 109 tBTA_GATTC_IF client_if; member 119 tBTA_GATTC_IF client_if; member 189 tBTA_GATTC_IF client_if; member 204 tBTA_GATTC_IF client_if; member 214 tBTA_GATTC_IF client_if; member 359 … tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member
|
D | bta_gattc_act.c | 1757 tBTA_GATTC_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl() local
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_gatt_multi_adv_util.h | 38 int client_if; member 56 UINT8 client_if; member
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 287 tBTA_GATTC_IF client_if; member 354 tBTA_GATTC_IF client_if; member 364 tBTA_GATTC_IF client_if; member 390 tBTA_GATTC_IF client_if; member 398 tBTA_GATTC_IF client_if; member
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_le.c | 263 BOOLEAN bta_hh_le_is_hh_gatt_if(tBTA_GATTC_IF client_if) in bta_hh_le_is_hh_gatt_if()
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_int.h | 1002 tBTA_GATTC_IF client_if; member
|