Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c200 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_slot()
230 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_tx_power()
265 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_adv_tx_power()
284 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in read_interval()
308 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_lock()
327 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_lock()
510 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_adv_data()
520 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_reset()
544 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in write_connectable()
/Zephyr-latest/include/zephyr/bluetooth/
Datt.h38 #define BT_ATT_ERR_WRITE_NOT_PERMITTED 0x03 macro
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c231 return BT_GATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED); in bt_audio_write_chrc()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3186 return BT_ATT_ERR_WRITE_NOT_PERMITTED; in bt_gatt_check_perm()
3348 if (err == BT_ATT_ERR_WRITE_NOT_PERMITTED) { in update_ccc()
Datt.c200 ATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED), in bt_att_err_to_str()