Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h92 #define BT_ATT_ERR_OUT_OF_RANGE 0xff macro
/Zephyr-latest/subsys/bluetooth/services/
Dcts.c130 return BT_GATT_ERR(BT_ATT_ERR_OUT_OF_RANGE); in read_ct()
/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c470 zassert_str_equal(bt_att_err_to_str(BT_ATT_ERR_OUT_OF_RANGE), in ZTEST()
491 zassert_str_equal(bt_gatt_err_to_str(BT_GATT_ERR(BT_ATT_ERR_OUT_OF_RANGE)), in ZTEST()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c1192 return BT_ATT_ERR_OUT_OF_RANGE; in handle_read_preset_req()
1279 return BT_ATT_ERR_OUT_OF_RANGE; in handle_write_preset_name()
1340 return BT_ATT_ERR_OUT_OF_RANGE; in handle_set_active_preset()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c221 ATT_ERR_SECOND(BT_ATT_ERR_OUT_OF_RANGE), in bt_att_err_to_str()