Home
last modified time | relevance | path

Searched refs:BT_GATT_OTS_OBJECT_IDLE_STATE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_oacp.c45 ots->cur_obj->state.type = BT_GATT_OTS_OBJECT_IDLE_STATE; in oacp_l2cap_closed()
101 ots->cur_obj->state.type = BT_GATT_OTS_OBJECT_IDLE_STATE; in oacp_create_proc_validate()
192 if (ots->cur_obj->state.type != BT_GATT_OTS_OBJECT_IDLE_STATE) { in oacp_checksum_proc_validate()
241 if (ots->cur_obj->state.type != BT_GATT_OTS_OBJECT_IDLE_STATE) { in oacp_read_proc_validate()
306 if (ots->cur_obj->state.type != BT_GATT_OTS_OBJECT_IDLE_STATE) { in oacp_write_proc_validate()
461 ots->cur_obj->state.type = BT_GATT_OTS_OBJECT_IDLE_STATE; in oacp_read_proc_cb()
477 ots->cur_obj->state.type = BT_GATT_OTS_OBJECT_IDLE_STATE; in oacp_read_proc_cb()
503 ots->cur_obj->state.type = BT_GATT_OTS_OBJECT_IDLE_STATE; in oacp_read_proc_cb()
514 ots->cur_obj->state.type = BT_GATT_OTS_OBJECT_IDLE_STATE; in oacp_read_proc_cb()
558 ots->cur_obj->state.type = BT_GATT_OTS_OBJECT_IDLE_STATE; in oacp_write_proc_cb()
[all …]
Dots_internal.h93 BT_GATT_OTS_OBJECT_IDLE_STATE, enumerator
Dots.c409 if (obj->state.type != BT_GATT_OTS_OBJECT_IDLE_STATE) { in bt_ots_obj_delete()
638 __ASSERT(instance->cur_obj->state.type == BT_GATT_OTS_OBJECT_IDLE_STATE, in ots_conn_disconnected()
Dots_dir_list.c360 return dir_list->dir_list_obj->state.type == BT_GATT_OTS_OBJECT_IDLE_STATE; in bt_ots_dir_list_is_idle()