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.c201 ATT_ERR(BT_ATT_ERR_INVALID_PDU), in bt_att_err_to_str()
866 return BT_ATT_ERR_INVALID_PDU; in att_mtu_req()
1011 return att_handle_rsp(chan, NULL, 0, BT_ATT_ERR_INVALID_PDU); in att_mtu_rsp()
1567 return BT_ATT_ERR_INVALID_PDU; in att_read_type_req()
2016 return BT_ATT_ERR_INVALID_PDU; in att_read_group_req()
3017 err = BT_ATT_ERR_INVALID_PDU; in bt_att_recv()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c4385 cb_err = BT_ATT_ERR_INVALID_PDU; in unicast_client_read_func()