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

/system/bt/bta/gatt/
H A Dbta_gattc_int.h284 } tBTA_GATTC_CLCB; typedef in typeref:struct:__anon151
321 tBTA_GATTC_CLCB clcb[BTA_GATTC_CLCB_MAX];
336 extern bool bta_gattc_sm_execute(tBTA_GATTC_CLCB* p_clcb, uint16_t event,
348 extern void bta_gattc_open(tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_DATA* p_data);
349 extern void bta_gattc_open_fail(tBTA_GATTC_CLCB* p_clcb,
351 extern void bta_gattc_open_error(tBTA_GATTC_CLCB* p_clcb,
354 extern void bta_gattc_cancel_open(tBTA_GATTC_CLCB* p_clcb,
356 extern void bta_gattc_cancel_open_ok(tBTA_GATTC_CLCB* p_clcb,
358 extern void bta_gattc_cancel_open_error(tBTA_GATTC_CLCB* p_clcb,
361 extern void bta_gattc_conn(tBTA_GATTC_CLCB* p_clc
[all...]

Completed in 28 milliseconds