OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_GATTC_CB
(Results
1 - 4
of
4
) sorted by null
/system/bt/bta/gatt/
bta_gattc_int.h
384
}
tBTA_GATTC_CB
;
392
extern
tBTA_GATTC_CB
bta_gattc_cb;
394
extern
tBTA_GATTC_CB
*bta_gattc_cb_ptr;
405
extern void bta_gattc_disable(
tBTA_GATTC_CB
*p_cb);
406
extern void bta_gattc_register(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA *p_data);
407
extern void bta_gattc_start_if(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA *p_data);
408
extern void bta_gattc_process_api_open (
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA * p_msg);
409
extern void bta_gattc_process_api_open_cancel (
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA * p_msg);
410
extern void bta_gattc_deregister(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_RCB *p_clreg);
411
extern void bta_gattc_process_enc_cmpl(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA *p_msg)
[
all
...]
bta_gattc_act.c
113
static void bta_gattc_enable(
tBTA_GATTC_CB
*p_cb)
120
memset(&bta_gattc_cb, 0, sizeof(
tBTA_GATTC_CB
));
139
void bta_gattc_disable(
tBTA_GATTC_CB
*p_cb)
172
memset(p_cb, 0, sizeof(
tBTA_GATTC_CB
));
185
void bta_gattc_register(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA *p_data)
251
void bta_gattc_start_if(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA *p_msg)
273
void bta_gattc_deregister(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_RCB *p_clreg)
329
void bta_gattc_process_api_open (
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA * p_msg)
377
void bta_gattc_process_api_open_cancel (
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA * p_msg)
422
void bta_gattc_process_enc_cmpl(
tBTA_GATTC_CB
*p_cb, tBTA_GATTC_DATA *p_msg
[
all
...]
bta_gattc_main.c
247
tBTA_GATTC_CB
bta_gattc_cb;
333
tBTA_GATTC_CB
*p_cb = &bta_gattc_cb;
/system/bt/main/
bte_init.c
202
memset((void *)bta_gattc_cb_ptr, 0, sizeof(
tBTA_GATTC_CB
));
Completed in 108 milliseconds