OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVDT_CHAN_NUM_TYPES
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c
58
AVDT_TRACE_DEBUG2("type: %d, tcid: %d", type, ((scb_idx * (
AVDT_CHAN_NUM_TYPES
- 1)) + type));
60
return ((scb_idx * (
AVDT_CHAN_NUM_TYPES
- 1)) + type);
89
type = ((tcid +
AVDT_CHAN_NUM_TYPES
- 2) % (
AVDT_CHAN_NUM_TYPES
- 1)) + 1;
avdt_int.h
53
AVDT_CHAN_NUM_TYPES
Completed in 35 milliseconds