Searched refs:BTP_SERVICE_ID_VCP (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/tests/bluetooth/tester/src/btp/ |
| D | btp.h | 69 #define BTP_SERVICE_ID_VCP 0x14 macro
|
| /Zephyr-latest/tests/bluetooth/tester/src/ |
| D | btp_core.c | 90 tester_set_bit(rp->data, BTP_SERVICE_ID_VCP); in supported_services() 165 case BTP_SERVICE_ID_VCP: in register_service()
|
| /Zephyr-latest/tests/bluetooth/tester/src/audio/ |
| D | btp_vcp.c | 580 tester_event(BTP_SERVICE_ID_VCP, BTP_VCP_DISCOVERED_EV, &ev, sizeof(ev)); in btp_send_vcp_found_ev() 594 tester_event(BTP_SERVICE_ID_VCP, BTP_VCP_STATE_EV, &ev, sizeof(ev)); in btp_send_vcp_state_ev() 606 tester_event(BTP_SERVICE_ID_VCP, BTP_VCP_FLAGS_EV, &ev, sizeof(ev)); in btp_send_vcp_volume_flags_ev() 618 tester_event(BTP_SERVICE_ID_VCP, BTP_VCP_PROCEDURE_EV, &ev, sizeof(ev)); in btp_send_vcp_procedure_ev() 1018 tester_register_command_handlers(BTP_SERVICE_ID_VCP, vcp_handlers, in tester_init_vcp()
|