Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h44 #define BT_ATT_ERR_NOT_SUPPORTED 0x06 macro
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c370 return BT_GATT_ERR(BT_ATT_ERR_NOT_SUPPORTED); in write_unlock()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c203 ATT_ERR(BT_ATT_ERR_NOT_SUPPORTED), in bt_att_err_to_str()
855 return BT_ATT_ERR_NOT_SUPPORTED; in att_mtu_req()
2311 return BT_ATT_ERR_NOT_SUPPORTED; in att_prepare_write_req()
2453 return BT_ATT_ERR_NOT_SUPPORTED; in att_exec_write_req()
3010 BT_ATT_ERR_NOT_SUPPORTED); in bt_att_recv()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c758 err = BT_GATT_ERR(BT_ATT_ERR_NOT_SUPPORTED); in service_discover_func()
Dbap_unicast_client.c3962 unicast_client_discover_complete(conn, BT_ATT_ERR_NOT_SUPPORTED); in unicast_client_pacs_avail_ctx_discover_cb()