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

  /system/bt/bta/gatt/
bta_gatts_int.h 146 } tBTA_GATTS_CB;
153 extern tBTA_GATTS_CB bta_gatts_cb;
160 extern void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb);
161 extern void bta_gatts_api_enable(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_data);
162 extern void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
163 extern void bta_gatts_start_if(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
164 extern void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
170 extern void bta_gatts_send_rsp(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
171 extern void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb,
174 extern void bta_gatts_open(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg)
    [all...]
bta_gatts_main.cc 33 tBTA_GATTS_CB bta_gatts_cb;
46 tBTA_GATTS_CB* p_cb = &bta_gatts_cb;
bta_gatts_utils.cc 64 uint8_t bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB* p_cb, uint8_t rcb_idx) {
108 uint8_t bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB* p_cb,
126 tBTA_GATTS_SRVC_CB* bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB* p_cb,
149 tBTA_GATTS_SRVC_CB* bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB* p_cb,
bta_gatts_act.cc 118 void bta_gatts_enable(tBTA_GATTS_CB* p_cb) {
125 memset(p_cb, 0, sizeof(tBTA_GATTS_CB));
152 void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb) {
161 memset(p_cb, 0, sizeof(tBTA_GATTS_CB));
176 void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) {
244 void bta_gatts_start_if(UNUSED_ATTR tBTA_GATTS_CB* p_cb,
262 void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) {
354 void bta_gatts_send_rsp(UNUSED_ATTR tBTA_GATTS_CB* p_cb,
371 void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) {
430 void bta_gatts_open(UNUSED_ATTR tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg)
    [all...]

Completed in 46 milliseconds