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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 159 ** Function bta_gattc_find_clcb_by_cif
166 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda) function
263 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda)) == NULL)
    [all...]
bta_gattc_int.h 479 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda);
bta_gattc_act.c 378 if ((p_clcb = bta_gattc_find_clcb_by_cif(p_msg->api_cancel_conn.client_if,
    [all...]

Completed in 115 milliseconds