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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h433 }tBTA_GATTC_CB; typedef in typeref:struct:__anon578
441 extern tBTA_GATTC_CB bta_gattc_cb;
443 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;
454 extern void bta_gattc_disable(tBTA_GATTC_CB *p_cb);
455 extern void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
456 extern void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
457 extern void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
458 extern void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
459 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
460 extern void bta_gattc_process_enc_cmpl(tBTA_GATTC_CB *p_c
[all...]

Completed in 35 milliseconds