OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_MAX_MTU_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
114
#ifndef
GATT_MAX_MTU_SIZE
115
#define
GATT_MAX_MTU_SIZE
517
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_main.c
542
cfg.mtu =
GATT_MAX_MTU_SIZE
;
580
cfg.mtu =
GATT_MAX_MTU_SIZE
;
[
all
...]
att_protocol.c
543
if (p_msg->mtu <=
GATT_MAX_MTU_SIZE
)
gatt_int.h
109
UINT8 value[
GATT_MAX_MTU_SIZE
]; /* pointer to the attribute value to be found */
gatt_sr.c
925
else if (mtu >
GATT_MAX_MTU_SIZE
)
926
p_tcb->payload_size =
GATT_MAX_MTU_SIZE
;
[
all
...]
gatt_api.c
781
if ( (p_tcb == NULL) || (p_reg==NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu >
GATT_MAX_MTU_SIZE
))
[
all
...]
Completed in 45 milliseconds