OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_REQ_MTU
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
att_protocol.c
542
case
GATT_REQ_MTU
:
546
p_cmd = attp_build_mtu_cmd(
GATT_REQ_MTU
, p_msg->mtu);
gatt_sr.c
53
op_code ==
GATT_REQ_MTU
||
909
gatt_send_error_rsp (p_tcb, GATT_REQ_NOT_SUPPORTED,
GATT_REQ_MTU
, 0, FALSE);
[
all
...]
gatt_api.c
797
ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx,
GATT_REQ_MTU
, (tGATT_CL_MSG *)&mtu);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
70
#define
GATT_REQ_MTU
0x02
[
all
...]
Completed in 24 milliseconds