Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvocs_client.c106 } else if (handle == inst->location_handle) { in vocs_client_notify_handler()
351 inst->location_handle && in valid_inst_discovered()
392 inst->location_handle = chrc->value_handle; in vocs_discover_func()
494 if (!inst->location_handle) { in bt_vocs_client_location_set()
508 inst->location_handle, in bt_vocs_client_location_set()
527 if (!inst->location_handle) { in bt_vocs_client_location_get()
537 inst->read_params.single.handle = inst->location_handle; in bt_vocs_client_location_get()
709 inst->location_handle = 0; in vocs_client_reset()
Dvocs_internal.h63 uint16_t location_handle; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_vcp.h80 uint16_t location_handle; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c570 ev.vocs_handles.location_handle = sys_cpu_to_le16(chrc_handles->vocs_handles.location); in btp_send_vcp_found_ev()
676 chrc_handles.vocs_handles.location = vocs_cli->location_handle; in vcp_vol_ctlr_discover_cb()