Home
last modified time | relevance | path

Searched refs:BT_ATT_ERR_INVALID_PDU (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h40 #define BT_ATT_ERR_INVALID_PDU 0x04 macro
/Zephyr-latest/subsys/bluetooth/host/
Datt.c199 ATT_ERR(BT_ATT_ERR_INVALID_PDU), in bt_att_err_to_str()
831 return BT_ATT_ERR_INVALID_PDU; in att_mtu_req()
975 return att_handle_rsp(chan, NULL, 0, BT_ATT_ERR_INVALID_PDU); in att_mtu_rsp()
1531 return BT_ATT_ERR_INVALID_PDU; in att_read_type_req()
1980 return BT_ATT_ERR_INVALID_PDU; in att_read_group_req()
2981 err = BT_ATT_ERR_INVALID_PDU; in bt_att_recv()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c4387 cb_err = BT_ATT_ERR_INVALID_PDU; in unicast_client_read_func()