OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_L2CAP_CLIENTS
(Results
1 - 5
of
5
) sorted by null
/system/bt/stack/l2cap/
l2c_ucd.c
61
for (xx = 0; xx <
MAX_L2CAP_CLIENTS
; xx++, p_rcb++)
134
for (xx = 0; xx <
MAX_L2CAP_CLIENTS
; xx++, p_rcb++)
287
for (xx = 0; xx <
MAX_L2CAP_CLIENTS
; xx++, p_rcb++)
679
for (xx = 0; xx <
MAX_L2CAP_CLIENTS
; xx++, p_rcb++)
[
all
...]
l2c_int.h
470
tL2C_RCB rcb_pool[
MAX_L2CAP_CLIENTS
]; /* Registration info pool */
[
all
...]
l2c_utils.c
[
all
...]
/system/bt/include/
bt_target.h
547
#ifndef
MAX_L2CAP_CLIENTS
548
#define
MAX_L2CAP_CLIENTS
15
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
937
#ifndef
MAX_L2CAP_CLIENTS
938
#define
MAX_L2CAP_CLIENTS
8
[
all
...]
Completed in 125 milliseconds