Searched defs:client_if (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 123 void BTA_GATTC_AppDeregister(tBTA_GATTC_IF client_if) in BTA_GATTC_AppDeregister() 150 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTC_Open() 182 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTC_CancelOpen() 867 tBTA_GATT_STATUS BTA_GATTC_RegisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_RegisterForNotifications() 946 tBTA_GATT_STATUS BTA_GATTC_DeregisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_DeregisterForNotifications() 1036 void BTA_GATTC_Listen(tBTA_GATTC_IF client_if, BOOLEAN start, BD_ADDR_PTR target_bda) in BTA_GATTC_Listen() 1071 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() 212 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda) in bta_gattc_clcb_alloc() 259 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda) in bta_gattc_find_alloc_clcb() 806 BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda_ptr, in bta_gattc_mark_bg_conn() 876 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 | 108 tBTA_GATTC_IF client_if; member 118 tBTA_GATTC_IF client_if; member 187 tBTA_GATTC_IF client_if; member 195 tBTA_GATTC_IF client_if; member 204 tBTA_GATTC_IF client_if; member 347 … tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member
|
D | bta_gattc_act.c | 1613 tBTA_GATTC_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl() local
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_client.c | 123 uint8_t client_if; member 905 static bt_status_t btif_gattc_unregister_app(int client_if ) in btif_gattc_unregister_app() 914 static bt_status_t btif_gattc_scan( int client_if, bool start ) in btif_gattc_scan() 923 static bt_status_t btif_gattc_open(int client_if, const bt_bdaddr_t *bd_addr, bool is_direct ) in btif_gattc_open() 934 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gattc_close() 945 static bt_status_t btif_gattc_listen(int client_if, bool start) in btif_gattc_listen() 955 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() 1115 static bt_status_t btif_gattc_refresh( int client_if, const bt_bdaddr_t *bd_addr ) in btif_gattc_refresh() 1267 static bt_status_t btif_gattc_reg_for_notification(int client_if, const bt_bdaddr_t *bd_addr, in btif_gattc_reg_for_notification() 1281 static bt_status_t btif_gattc_dereg_for_notification(int client_if, const bt_bdaddr_t *bd_addr, in btif_gattc_dereg_for_notification() [all …]
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 258 tBTA_GATTC_IF client_if; member 319 tBTA_GATTC_IF client_if; member 327 tBTA_GATTC_IF client_if; member 347 tBTA_GATTC_IF client_if; member 355 tBTA_GATTC_IF client_if; member
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_le.c | 256 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 | 816 tBTA_GATTC_IF client_if; member
|