Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_client.c432 } else if (handle == inst->otc_inst->oacp_handle) { in bt_ots_client_indicate_handler()
1188 if (!inst->otc_inst->oacp_handle) { in oacp_read()
1226 inst->otc_inst->write_params.handle = inst->otc_inst->oacp_handle; in oacp_read()
1248 if (!inst->otc_inst->oacp_handle) { in oacp_write()
1285 inst->otc_inst->write_params.handle = inst->otc_inst->oacp_handle; in oacp_write()
1305 if (!inst->otc_inst->oacp_handle) { in oacp_checksum()
1330 inst->otc_inst->write_params.handle = inst->otc_inst->oacp_handle; in oacp_checksum()
/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c320 oacp_sub_params->value_handle = otc.oacp_handle; in subscribe_func()
463 otc.oacp_handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h830 uint16_t oacp_handle; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmcc.c1310 mcs_inst->otc.oacp_handle = chrc->value_handle; in discover_otc_char_func()