Searched refs:BNEP_MIN_MTU_SIZE (Results 1 - 2 of 2) sorted by relevance

/system/bt/include/
H A Dbt_target.h1114 #ifndef BNEP_MIN_MTU_SIZE
1115 #define BNEP_MIN_MTU_SIZE L2CAP_MTU_SIZE macro
1120 #define BNEP_MTU_SIZE BNEP_MIN_MTU_SIZE
/system/bt/stack/bnep/
H A Dbnep_main.c237 if ((!p_cfg->mtu_present) || (p_cfg->mtu < BNEP_MIN_MTU_SIZE))
242 p_cfg->mtu = BNEP_MIN_MTU_SIZE;

Completed in 46 milliseconds