Home
last modified time | relevance | path

Searched refs:BT_GATT_OTS_OLCP_RES_SUCCESS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp.c54 return BT_GATT_OTS_OLCP_RES_SUCCESS; in olcp_first_proc_execute()
71 return BT_GATT_OTS_OLCP_RES_SUCCESS; in olcp_last_proc_execute()
92 return BT_GATT_OTS_OLCP_RES_SUCCESS; in olcp_prev_proc_execute()
113 return BT_GATT_OTS_OLCP_RES_SUCCESS; in olcp_next_proc_execute()
137 return BT_GATT_OTS_OLCP_RES_SUCCESS; in olcp_goto_proc_execute()
270 if (olcp_status != BT_GATT_OTS_OLCP_RES_SUCCESS) { in bt_gatt_ots_olcp_write()
Dots_olcp_internal.h80 BT_GATT_OTS_OLCP_RES_SUCCESS = 0x01, enumerator