OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_dm_cb
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
271
if(
bta_dm_cb
.is_bta_dm_active == TRUE )
287
bta_dm_cb
.p_sec_cback = p_data->enable.p_sec_cback;
289
bta_dm_cb
.is_bta_dm_active = TRUE;
331
if(
bta_dm_cb
.p_sec_cback != NULL )
332
bta_dm_cb
.p_sec_cback(BTA_DM_HW_ERROR_EVT, NULL);
337
if(
bta_dm_cb
.p_sec_cback != NULL )
338
bta_dm_cb
.p_sec_cback(BTA_DM_DISABLE_EVT, NULL);
341
memset(&
bta_dm_cb
, 0, sizeof(
bta_dm_cb
));
346
bta_dm_cb
.is_bta_dm_active = FALSE
[
all
...]
bta_dm_pm.c
78
BTM_PmRegister((BTM_PM_REG_SET | BTM_PM_REG_NOTIF), &
bta_dm_cb
.pm_id,
101
BTM_PmRegister( BTM_PM_DEREG, &
bta_dm_cb
.pm_id, NULL);
106
if(
bta_dm_cb
.pm_timer[i].in_use)
109
bta_sys_stop_timer(&
bta_dm_cb
.pm_timer[i].timer);
110
bta_dm_cb
.pm_timer[i].in_use = FALSE;
132
if(
bta_dm_cb
.pm_timer[i].in_use && !bdcmp(
bta_dm_cb
.pm_timer[i].peer_bdaddr, peer_addr))
135
bta_sys_stop_timer(&
bta_dm_cb
.pm_timer[i].timer);
136
bta_dm_cb
.pm_timer[i].in_use = FALSE;
339
if(!
bta_dm_cb
.device_list.count
[
all
...]
bta_dm_api.c
68
if (
bta_dm_cb
.disabling)
71
memset(&
bta_dm_cb
, 0, sizeof(
bta_dm_cb
));
268
bta_dm_cb
.page_scan_interval = page_scan_interval;
269
bta_dm_cb
.page_scan_window = page_scan_window;
270
bta_dm_cb
.inquiry_scan_interval = inquiry_scan_interval;
271
bta_dm_cb
.inquiry_scan_window = inquiry_scan_window;
[
all
...]
bta_dm_main.c
35
tBTA_DM_CB
bta_dm_cb
;
variable
bta_dm_int.h
938
extern tBTA_DM_CB
bta_dm_cb
;
941
#define
bta_dm_cb
(*bta_dm_cb_ptr)
macro
Completed in 59 milliseconds