HomeSort by relevance Sort by last modified time
    Searched refs:bta_gattc_clcb_alloc (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/gatt/
bta_gattc_utils.c 210 ** Function bta_gattc_clcb_alloc
217 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, function
228 APPL_TRACE_DEBUG("bta_gattc_clcb_alloc: found clcb[%d] available",i_clcb);
273 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport);
935 p_clcb = bta_gattc_clcb_alloc(p_msg->int_conn.client_if,
bta_gattc_int.h 508 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
bta_gattc_act.c     [all...]

Completed in 26 milliseconds