Home
last modified time | relevance | path

Searched refs:BT_ATT_ERR_WRITE_REQ_REJECTED (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c501 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_add_source()
536 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_add_source()
563 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_add_source()
602 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_add_source()
620 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_add_source()
645 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_add_source()
684 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_mod_src()
723 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_mod_src()
759 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_mod_src()
777 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in scan_delegator_mod_src()
[all …]
Dpacs.c448 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in snk_loc_write()
454 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in snk_loc_write()
553 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in src_loc_write()
559 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in src_loc_write()
/Zephyr-latest/include/zephyr/bluetooth/
Datt.h86 #define BT_ATT_ERR_WRITE_REQ_REJECTED 0xfc macro
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c176 return BT_GATT_ERR(BT_ATT_ERR_WRITE_REQ_REJECTED); in write_without_rsp_vnd()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c192 #define ATT_ERR_SECOND(err) [err - BT_ATT_ERR_WRITE_REQ_REJECTED] = #err in bt_att_err_to_str()
218 ATT_ERR_SECOND(BT_ATT_ERR_WRITE_REQ_REJECTED), in bt_att_err_to_str()
227 } else if (att_err >= BT_ATT_ERR_WRITE_REQ_REJECTED) { in bt_att_err_to_str()
228 const uint8_t second_index = att_err - BT_ATT_ERR_WRITE_REQ_REJECTED; in bt_att_err_to_str()