OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_A2DP_SEID_RANGE
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/audio/
ipc.h
131
#define
BT_A2DP_SEID_RANGE
(1 << 6) - 1
pcm_bluetooth.c
450
open_req->seid =
BT_A2DP_SEID_RANGE
+ 1;
470
req->codec.seid =
BT_A2DP_SEID_RANGE
+ 1;
[
all
...]
unix.c
256
codec->seid =
BT_A2DP_SEID_RANGE
+ 1;
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
588
BT_A2DP_SEID_RANGE
+ 1;
628
msg.setconf_req.codec.seid =
BT_A2DP_SEID_RANGE
+ 1;
Completed in 17 milliseconds