Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client_internal.h32 (((RESULT) == BT_GATT_OTS_OACP_RES_SUCCESS) ? 0 : RESULT)
Dots_oacp_internal.h42 BT_GATT_OTS_OACP_RES_SUCCESS = 0x01, enumerator
Dots_oacp.c108 return BT_GATT_OTS_OACP_RES_SUCCESS; in oacp_create_proc_validate()
156 return BT_GATT_OTS_OACP_RES_SUCCESS; in oacp_delete_proc_validate()
207 return BT_GATT_OTS_OACP_RES_SUCCESS; in oacp_checksum_proc_validate()
252 return BT_GATT_OTS_OACP_RES_SUCCESS; in oacp_read_proc_validate()
319 return BT_GATT_OTS_OACP_RES_SUCCESS; in oacp_write_proc_validate()
703 if (oacp_status != BT_GATT_OTS_OACP_RES_SUCCESS) { in bt_gatt_ots_oacp_write()