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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h419 }tBTA_GATTC_CB; typedef in typeref:struct:__anon558
427 extern tBTA_GATTC_CB bta_gattc_cb;
429 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;
440 extern void bta_gattc_disable(tBTA_GATTC_CB *p_cb);
441 extern void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
442 extern void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
443 extern void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
444 extern void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
445 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
446 extern void bta_gattc_process_enc_cmpl(tBTA_GATTC_CB *p_c
[all...]

Completed in 26 milliseconds