Home
last modified time | relevance | path

Searched refs:BT_ATT_OP_MTU_REQ (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Datt_internal.h42 #define BT_ATT_OP_MTU_REQ 0x02 macro
Datt.c262 if (IS_ENABLED(CONFIG_BT_EATT) && hdr->code == BT_ATT_OP_MTU_REQ && in chan_send()
2682 { BT_ATT_OP_MTU_REQ,
2824 case BT_ATT_OP_MTU_REQ: in att_op_get_type()
Dgatt.c3672 gatt_exchange_mtu_encode, BT_ATT_OP_MTU_REQ, in bt_gatt_exchange_mtu()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c29 #define BT_ATT_OP_MTU_REQ 0x02 macro