Home
last modified time | relevance | path

Searched refs:BT_ATT_ERR_VALUE_NOT_ALLOWED (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h79 #define BT_ATT_ERR_VALUE_NOT_ALLOWED 0x13 macro
/Zephyr-latest/subsys/bluetooth/services/ias/
Dias.c123 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in bt_ias_write_alert_lvl()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c517 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_add_source()
526 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_add_source()
544 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_add_source()
571 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_add_source()
585 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_add_source()
592 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_add_source()
702 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_mod_src()
733 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_mod_src()
747 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_mod_src()
751 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in scan_delegator_mod_src()
Dtmap.c80 cb->discovery_complete(0, conn, BT_ATT_ERR_VALUE_NOT_ALLOWED); in tmap_char_read()
Dmicp_mic_dev.c100 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in write_mute()
Dmcc.c158 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcc_read_icon_obj_id_cb()
458 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcc_read_segments_obj_id_cb()
487 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcc_current_track_obj_id_cb()
526 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcs_write_current_track_obj_id_cb()
555 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcc_next_track_obj_id_cb()
594 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcs_write_next_track_obj_id_cb()
621 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcc_parent_group_obj_id_cb()
660 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcc_current_group_obj_id_cb()
699 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcs_write_current_group_obj_id_cb()
955 cb_err = BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in mcc_search_results_obj_id_cb()
Dvocs.c152 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in write_location()
Dmcs.c665 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in write_control_point()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c143 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in prov_ccc_write()
Dproxy_srv.c927 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in proxy_ccc_write()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c288 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in smp_bt_chr_write()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c214 ATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED), in bt_att_err_to_str()
Dgatt.c687 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in cf_write()