OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_GATTS_CB
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/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
65
UINT8 bta_gatts_alloc_srvc_cb(
tBTA_GATTS_CB
*p_cb, UINT8 rcb_idx)
113
UINT8 bta_gatts_find_app_rcb_idx_by_app_if(
tBTA_GATTS_CB
*p_cb, tBTA_GATTS_IF server_if)
133
tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(
tBTA_GATTS_CB
*p_cb, UINT16 service_id)
157
tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(
tBTA_GATTS_CB
*p_cb, UINT16 attr_id)
bta_gatts_act.c
112
void bta_gatts_enable(
tBTA_GATTS_CB
*p_cb)
124
memset(p_cb, 0, sizeof(
tBTA_GATTS_CB
));
154
void bta_gatts_api_disable(
tBTA_GATTS_CB
*p_cb)
168
memset(p_cb, 0, sizeof(
tBTA_GATTS_CB
));
185
void bta_gatts_register(
tBTA_GATTS_CB
*p_cb, tBTA_GATTS_DATA *p_msg)
277
void bta_gatts_start_if(
tBTA_GATTS_CB
*p_cb, tBTA_GATTS_DATA *p_msg)
300
void bta_gatts_deregister(
tBTA_GATTS_CB
*p_cb, tBTA_GATTS_DATA *p_msg)
345
void bta_gatts_create_srvc(
tBTA_GATTS_CB
*p_cb, tBTA_GATTS_DATA * p_msg)
614
void bta_gatts_send_rsp (
tBTA_GATTS_CB
*p_cb, tBTA_GATTS_DATA * p_msg)
636
void bta_gatts_indicate_handle (
tBTA_GATTS_CB
*p_cb, tBTA_GATTS_DATA * p_msg
[
all
...]
/external/bluetooth/bluedroid/main/
bte_init.c
513
memset((void *)bta_gatts_cb_ptr, 0, sizeof(
tBTA_GATTS_CB
));
Completed in 913 milliseconds