OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_ind
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_pm.c
89
static tBTM_STATUS btm_pm_snd_md_req( UINT8 pm_id, int
link_ind
, tBTM_PM_PWR_MD *p_mode );
578
static tBTM_STATUS btm_pm_snd_md_req(UINT8 pm_id, int
link_ind
, tBTM_PM_PWR_MD *p_mode)
582
tBTM_PM_MCB *p_cb = &btm_cb.pm_mode_db[
link_ind
];
589
BTM_TRACE_DEBUG2( "btm_pm_snd_md_req
link_ind
:%d, mode: %d",
590
link_ind
, mode);
613
btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[
link_ind
].hci_handle, p_cb->max_lat,
625
BTM_TRACE_DEBUG2("btm_pm_snd_md_req state:0x%x,
link_ind
: %d", p_cb->state,
link_ind
);
633
if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[
link_ind
].hci_handle))
635
btm_cb.pm_pend_link =
link_ind
;
[
all
...]
btm_int.h
646
UINT8
link_ind
;
member in struct:__anon3536
665
UINT8
link_ind
;
member in struct:__anon3539
[
all
...]
Completed in 46 milliseconds