OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avdt_ccb_chk_close
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_ccb.c
88
avdt_ccb_chk_close
,
212
/* MSG_DISCOVER_RSP_EVT */ {
AVDT_CCB_CHK_CLOSE
, AVDT_CCB_HDL_DISCOVER_RSP, AVDT_CCB_OPEN_ST},
213
/* MSG_GETCAP_RSP_EVT */ {
AVDT_CCB_CHK_CLOSE
, AVDT_CCB_HDL_GETCAP_RSP, AVDT_CCB_OPEN_ST},
222
/* UL_CLOSE_EVT */ {
AVDT_CCB_CHK_CLOSE
, AVDT_CCB_IGNORE, AVDT_CCB_OPEN_ST},
avdt_ccb_act.c
117
** Function
avdt_ccb_chk_close
126
void
avdt_ccb_chk_close
(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data)
function
[
all
...]
avdt_int.h
132
AVDT_CCB_CHK_CLOSE
,
572
extern void
avdt_ccb_chk_close
(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
Completed in 42 milliseconds