Searched refs:bta_gattc_clcb_alloc (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_utils.c | 214 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_clcb_alloc() function 270 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport); in bta_gattc_find_alloc_clcb() 927 p_clcb = bta_gattc_clcb_alloc(p_msg->int_conn.client_if, in bta_gattc_find_int_conn_clcb()
|
D | bta_gattc_int.h | 508 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRA…
|
D | bta_gattc_act.c | 2063 if ((p_clcb = bta_gattc_clcb_alloc(gatt_if, remote_bda, transport)) != NULL) in bta_gattc_process_indicate() 2202 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL) in bta_gattc_init_clcb_conn()
|