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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 510 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
bta_gattc_utils.c 256 ** Function bta_gattc_find_alloc_clcb
263 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, function
bta_gattc_act.c 343 if ((p_clcb = bta_gattc_find_alloc_clcb(p_msg->api_conn.client_if,
579 if ((p_clcb = bta_gattc_find_alloc_clcb(p_data->client_if, p_data->remote_bda,
    [all...]

Completed in 31 milliseconds