Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp.h59 #define BTP_SERVICE_ID_VOCS 0x0b macro
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_core.c75 tester_set_bit(rp->data, BTP_SERVICE_ID_VOCS); in supported_services()
156 case BTP_SERVICE_ID_VOCS: in register_service()
309 case BTP_SERVICE_ID_VOCS: in unregister_service()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c245 tester_event(BTP_SERVICE_ID_VOCS, BTP_VOCS_OFFSET_STATE_EV, &ev, sizeof(ev)); in btp_send_vocs_state_ev()
257 tester_event(BTP_SERVICE_ID_VOCS, BTP_VOCS_AUDIO_LOCATION_EV, &ev, sizeof(ev)); in btp_send_vocs_location_ev()
269 tester_event(BTP_SERVICE_ID_VOCS, BTP_VOCS_PROCEDURE_EV, &ev, sizeof(ev)); in btp_send_vocs_procedure_ev()
546 tester_register_command_handlers(BTP_SERVICE_ID_VOCS, vocs_handlers, in tester_init_vocs()