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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 119 typedef tBTA_GATTC_API_OPEN tBTA_GATTC_API_CANCEL_OPEN;
186 tBTA_GATTC_API_CANCEL_OPEN api_cancel_conn;
439 extern void bta_gattc_cancel_bk_conn(tBTA_GATTC_API_CANCEL_OPEN *p_data);
bta_gattc_api.c 176 tBTA_GATTC_API_CANCEL_OPEN *p_buf;
178 if ((p_buf = (tBTA_GATTC_API_CANCEL_OPEN *) GKI_getbuf(sizeof(tBTA_GATTC_API_CANCEL_OPEN))) != NULL)
    [all...]
bta_gattc_act.c 535 void bta_gattc_cancel_bk_conn(tBTA_GATTC_API_CANCEL_OPEN *p_data)
    [all...]

Completed in 22 milliseconds