Searched refs:tBTA_GATTS_CB (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_int.h | 160 } tBTA_GATTS_CB; typedef 167 extern tBTA_GATTS_CB bta_gatts_cb; 174 void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb); 175 void bta_gatts_api_enable(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_data); 176 void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 177 void bta_gatts_start_if(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 178 void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 184 void bta_gatts_send_rsp(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 185 void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 187 void bta_gatts_open(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); [all …]
|
D | bta_gatts_act.cc | 124 void bta_gatts_enable(tBTA_GATTS_CB* p_cb) { in bta_gatts_enable() 128 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_enable() 149 void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb) { in bta_gatts_api_disable() 158 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_api_disable() 173 void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_register() 239 void bta_gatts_start_if(tBTA_GATTS_CB* /* p_cb */, tBTA_GATTS_DATA* p_msg) { in bta_gatts_start_if() argument 256 void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_deregister() 347 void bta_gatts_send_rsp(tBTA_GATTS_CB* /* p_cb */, tBTA_GATTS_DATA* p_msg) { in bta_gatts_send_rsp() argument 363 void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_indicate_handle() 422 void bta_gatts_open(tBTA_GATTS_CB* /* p_cb */, tBTA_GATTS_DATA* p_msg) { in bta_gatts_open() argument [all …]
|
D | bta_gatts_utils.cc | 43 uint8_t bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB* p_cb, uint8_t rcb_idx) { in bta_gatts_alloc_srvc_cb() 87 uint8_t bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB* p_cb, in bta_gatts_find_app_rcb_idx_by_app_if() 105 tBTA_GATTS_SRVC_CB* bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB* p_cb, in bta_gatts_find_srvc_cb_by_srvc_id() 126 tBTA_GATTS_SRVC_CB* bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB* p_cb, in bta_gatts_find_srvc_cb_by_attr_id()
|
D | bta_gatts_main.cc | 34 tBTA_GATTS_CB bta_gatts_cb; 47 tBTA_GATTS_CB* p_cb = &bta_gatts_cb; in bta_gatts_hdl_event()
|