Home
last modified time | relevance | path

Searched refs:BT_ATT_ERR_ATTRIBUTE_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h52 #define BT_ATT_ERR_ATTRIBUTE_NOT_FOUND 0x0a macro
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Datt_read.c218 ctx->att_err = attr ? BT_ATT_ERR_SUCCESS : BT_ATT_ERR_ATTRIBUTE_NOT_FOUND; in gatt_discover_service_cb()
308 if (ctx->att_err == BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in gatt_discover_char_cb()
355 .att_err = BT_ATT_ERR_ATTRIBUTE_NOT_FOUND, in bt_testlib_gatt_discover_characteristic()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c374 if (err != 0 && err != BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in discover_sinks_cb()
379 if (err == BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in discover_sinks_cb()
390 if (err != 0 && err != BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in discover_sources_cb()
395 if (err == BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in discover_sources_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dtmap.c98 cb->discovery_complete(0, conn, BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in discover_func()
Dbap_unicast_client.c3615 unicast_client_discover_complete(conn, BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in unicast_client_cp_discover_func()
3763 unicast_client_discover_complete(conn, BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in unicast_client_ase_discover_cb()
3925 unicast_client_discover_complete(conn, BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in unicast_client_pacs_avail_ctx_discover_cb()
4223 unicast_client_discover_complete(conn, BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in unicast_client_pacs_context_discover_cb()
4415 unicast_client_discover_complete(conn, BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in unicast_client_pac_discover_cb()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_hap.c98 if (err != 0 && err != BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in has_client_discover_cb()
Dbtp_bap_unicast.c880 if (err != 0 && err != BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in discover_cb()
888 if (err == BT_ATT_ERR_ATTRIBUTE_NOT_FOUND) { in discover_cb()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c265 gatt_disc_err = attr ? 0 : BT_ATT_ERR_ATTRIBUTE_NOT_FOUND; in gatt_discover_cb()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c207 ATT_ERR(BT_ATT_ERR_ATTRIBUTE_NOT_FOUND), in bt_att_err_to_str()
1134 BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in att_find_info_rsp()
1287 data.err = BT_ATT_ERR_ATTRIBUTE_NOT_FOUND; in att_find_type_rsp()
1333 BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in att_find_type_req()
1537 data.err = BT_ATT_ERR_ATTRIBUTE_NOT_FOUND; in att_read_type_rsp()
1994 BT_ATT_ERR_ATTRIBUTE_NOT_FOUND); in att_read_group_rsp()