Searched defs:client_if (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_utils.c | 121 tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if) in bta_gattc_cl_get_regcb() 163 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda) in bta_gattc_find_clcb_by_cif() 210 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda) in bta_gattc_clcb_alloc() 256 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda) in bta_gattc_find_alloc_clcb() 565 BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN add) in bta_gattc_mark_bg_conn() 615 BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda) in bta_gattc_check_bg_conn()
|
D | bta_gattc_api.c | 91 void BTA_GATTC_AppDeregister(tBTA_GATTC_IF client_if) in BTA_GATTC_AppDeregister() 118 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTC_Open() 150 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTC_CancelOpen() 823 tBTA_GATT_STATUS BTA_GATTC_RegisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_RegisterForNotifications() 885 tBTA_GATT_STATUS BTA_GATTC_DeregisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_DeregisterForNotifications()
|
D | bta_gattc_act.c | 181 void bta_gattc_int_deregister_cmpl(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_IF client_if) in bta_gattc_int_deregister_cmpl() 210 void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_IF client_if) in bta_gattc_deregister_cmpl() 241 tBTA_GATTC_IF client_if = p_data->int_dereg.client_if; in bta_gattc_int_deregister() local
|
D | bta_gattc_int.h | 102 tBTA_GATTC_IF client_if; member 112 tBTA_GATTC_IF client_if; member 310 … tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 253 tBTA_GATTC_IF client_if; member 314 tBTA_GATTC_IF client_if; member 322 tBTA_GATTC_IF client_if; member 342 tBTA_GATTC_IF client_if; member
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_int.h | 753 tBTA_GATTC_IF client_if; member
|