Searched refs:BTP_SERVICE_ID_AICS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp.h | 58 #define BTP_SERVICE_ID_AICS 0x0a macro
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_aics.c | 80 tester_event(BTP_SERVICE_ID_AICS, BTP_AICS_STATE_EV, &ev, sizeof(ev)); in btp_send_aics_state_ev() 95 tester_event(BTP_SERVICE_ID_AICS, BTP_GAIN_SETTING_PROPERTIES_EV, &ev, sizeof(ev)); in btp_send_gain_setting_properties_ev() 107 tester_event(BTP_SERVICE_ID_AICS, BTP_AICS_INPUT_TYPE_EV, &ev, sizeof(ev)); in btp_send_aics_input_type_event() 119 tester_event(BTP_SERVICE_ID_AICS, BTP_AICS_STATUS_EV, &ev, sizeof(ev)); in btp_send_aics_status_ev() 137 tester_event(BTP_SERVICE_ID_AICS, BTP_AICS_DESCRIPTION_EV, ev, sizeof(*ev) + data_len); in btp_send_aics_description_ev() 149 tester_event(BTP_SERVICE_ID_AICS, BTP_AICS_PROCEDURE_EV, &ev, sizeof(ev)); in btp_send_aics_procedure_ev() 646 tester_register_command_handlers(BTP_SERVICE_ID_AICS, aics_handlers, in tester_init_aics()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_core.c | 72 tester_set_bit(rp->data, BTP_SERVICE_ID_AICS); in supported_services() 159 case BTP_SERVICE_ID_AICS: in register_service() 306 case BTP_SERVICE_ID_AICS: in unregister_service()
|