Searched defs:bta_gattc_find_clcb_by_conn_id (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_utils.c184 ** Function bta_gattc_find_clcb_by_conn_id
191 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_conn_id (UINT16 conn_id) function
369 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id);
950 if ((p_clcb = bta_gattc_find_clcb_by_conn_id(p_msg->int_conn.hdr.layer_specific)) == NULL)

Completed in 29 milliseconds