OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rfcomm_opts
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/tools/
kword.h
37
struct
rfcomm_opts
{
struct
44
extern struct
rfcomm_opts
rfcomm_opts
[RFCOMM_MAX_DEV];
kword.c
65
struct
rfcomm_opts
rfcomm_opts
[RFCOMM_MAX_DEV];
variable in typeref:struct:rfcomm_opts
parser.y
45
struct
rfcomm_opts
*opts;
92
opts = &
rfcomm_opts
[$1];
148
rfcomm_opts
[i].bind = 0;
149
bacpy(&
rfcomm_opts
[i].bdaddr, BDADDR_ANY);
150
rfcomm_opts
[i].channel = 1;
rfcomm.c
168
bacpy(&req.dst, &
rfcomm_opts
[dev].bdaddr);
169
req.channel =
rfcomm_opts
[dev].channel;
205
if (!
rfcomm_opts
[i].bind)
212
bacpy(&req.dst, &
rfcomm_opts
[i].bdaddr);
213
req.channel =
rfcomm_opts
[i].channel;
340
bacpy(&raddr.rc_bdaddr, &
rfcomm_opts
[dev].bdaddr);
341
raddr.rc_channel =
rfcomm_opts
[dev].channel;
parser.c
65
struct
rfcomm_opts
*opts;
265
rfcomm_opts
[i].bind = 0;
266
bacpy(&
rfcomm_opts
[i].bdaddr, BDADDR_ANY);
267
rfcomm_opts
[i].channel = 1;
489
opts = &
rfcomm_opts
[yyvsp[0].number];
Completed in 4559 milliseconds