Searched refs:bta_gattc_clcb_alloc (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gattc_utils.c | 216 tBTA_GATTC_CLCB *bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_clcb_alloc() function 269 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport); in bta_gattc_find_alloc_clcb() 951 p_clcb = bta_gattc_clcb_alloc(p_msg->int_conn.client_if, in bta_gattc_find_int_conn_clcb()
|
| D | bta_gattc_act.c | 2141 p_clcb = bta_gattc_clcb_alloc(gatt_if, remote_bda, transport); in bta_gattc_process_indicate() 2293 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL) { in bta_gattc_init_clcb_conn()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
| D | bta_gattc_int.h | 517 extern tBTA_GATTC_CLCB *bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRAN…
|