Home
last modified time | relevance | path

Searched refs:BT_GATT_OTS_OLCP_RES_OPERATION_FAILED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp_internal.h90 BT_GATT_OTS_OLCP_RES_OPERATION_FAILED = 0x04, enumerator
Dots_olcp.c81 return BT_GATT_OTS_OLCP_RES_OPERATION_FAILED; in olcp_prev_proc_execute()
102 return BT_GATT_OTS_OLCP_RES_OPERATION_FAILED; in olcp_next_proc_execute()
/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c27 #define BT_GATT_OTS_OLCP_RES_OPERATION_FAILED 0x04 macro
560 if (err == BT_GATT_OTS_OLCP_RES_OPERATION_FAILED) { in on_obj_selected()