OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BNEP_MIN_MTU_SIZE
(Results
1 - 2
of
2
) sorted by null
/system/bt/include/
bt_target.h
1057
#ifndef
BNEP_MIN_MTU_SIZE
1058
#define
BNEP_MIN_MTU_SIZE
L2CAP_MTU_SIZE
1063
#define BNEP_MTU_SIZE
BNEP_MIN_MTU_SIZE
[
all
...]
/system/bt/stack/bnep/
bnep_main.cc
223
if ((!p_cfg->mtu_present) || (p_cfg->mtu <
BNEP_MIN_MTU_SIZE
)) {
227
p_cfg->mtu =
BNEP_MIN_MTU_SIZE
;
Completed in 2944 milliseconds