OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avdt_ad_open_req
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c
516
** Function
avdt_ad_open_req
530
void
avdt_ad_open_req
(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role)
function
538
AVDT_TRACE_DEBUG3("
avdt_ad_open_req
: type: %d, role: %d, tcid:%d",
avdt_scb_act.c
210
** Description This function calls
avdt_ad_open_req
() to initiate
220
avdt_ad_open_req
(AVDT_CHAN_MEDIA, p_scb->p_ccb, p_scb, AVDT_INT);
[
all
...]
avdt_ccb_act.c
80
** Description This function calls
avdt_ad_open_req
() to
90
avdt_ad_open_req
(AVDT_CHAN_SIG, p_ccb, NULL, AVDT_INT);
[
all
...]
avdt_int.h
698
extern void
avdt_ad_open_req
(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role);
Completed in 26 milliseconds