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

  /system/bt/bta/gatt/
bta_gatts_int.h 208 }tBTA_GATTS_CB;
218 extern tBTA_GATTS_CB bta_gatts_cb;
220 extern tBTA_GATTS_CB *bta_gatts_cb_ptr;
229 extern void bta_gatts_api_disable(tBTA_GATTS_CB *p_cb);
230 extern void bta_gatts_api_enable(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_data);
231 extern void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
232 extern void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
233 extern void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
234 extern void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg);
242 extern void bta_gatts_send_rsp(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg)
    [all...]
bta_gatts_main.c 50 tBTA_GATTS_CB bta_gatts_cb;
65 tBTA_GATTS_CB *p_cb = &bta_gatts_cb;
bta_gatts_utils.c 64 UINT8 bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB *p_cb, UINT8 rcb_idx)
112 UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if)
132 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id)
156 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id)
bta_gatts_act.c 113 void bta_gatts_enable(tBTA_GATTS_CB *p_cb)
124 memset(p_cb, 0, sizeof(tBTA_GATTS_CB));
153 void bta_gatts_api_disable(tBTA_GATTS_CB *p_cb)
166 memset(p_cb, 0, sizeof(tBTA_GATTS_CB));
183 void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg)
260 void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg)
283 void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg)
328 void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg)
589 void bta_gatts_send_rsp (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg)
611 void bta_gatts_indicate_handle (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg
    [all...]
  /system/bt/main/
bte_init.c 203 memset((void *)bta_gatts_cb_ptr, 0, sizeof(tBTA_GATTS_CB));

Completed in 180 milliseconds