Searched refs:send_command (Results 1 – 13 of 13) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | test_channel.py | 96 def send_command(self, name, args): member in TestChannel 176 self._test_channel.send_command('CLEAR', []) 183 self._test_channel.send_command('CLEAR_EVENT_DELAY', args.split()) 199 self._test_channel.send_command('DISCOVER', device_names_and_addresses) 207 self._test_channel.send_command('SET_EVENT_DELAY', args.split()) 214 self._test_channel.send_command('TIMEOUT_ALL', []) 221 self._test_channel.send_command('CLOSE_TEST_CHANNEL', [])
|
/system/bt/hci/src/ |
D | low_power_manager.c | 113 vendor->send_command(VENDOR_SET_LPM_WAKE_STATE, &new_state); in wake_assert() 152 vendor->send_command(VENDOR_GET_LPM_IDLE_TIMEOUT, &idle_timeout_ms); in enable() 171 vendor->send_command(VENDOR_SET_LPM_WAKE_STATE, &new_state); in wake_deassert()
|
D | hci_audio.c | 37 vendor_get_interface()->send_command(VENDOR_SET_AUDIO_STATE, &audio_state); in set_audio_state()
|
D | vendor.c | 94 static int send_command(vendor_opcode_t opcode, void *param) { in send_command() function 220 send_command,
|
D | hci_hal_h4.c | 73 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &fd_array); in hal_open() 112 vendor->send_command(VENDOR_CLOSE_USERIAL, NULL); in hal_close()
|
D | hci_hal_mct.c | 66 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &uart_fds); in hal_open() 123 vendor->send_command(VENDOR_CLOSE_USERIAL, NULL); in hal_close()
|
D | hci_layer.c | 267 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state); in start_up() 270 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state); in start_up() 321 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state); in shut_down()
|
/system/bt/hci/include/ |
D | vendor.h | 64 int (*send_command)(vendor_opcode_t opcode, void *param); member
|
/system/bt/hci/test/ |
D | low_power_manager_test.cpp | 105 vendor.send_command = vendor_send_command;
|
D | hci_hal_mct_test.cpp | 139 vendor.send_command = vendor_send_command;
|
D | hci_hal_h4_test.cpp | 146 vendor.send_command = vendor_send_command;
|
D | hci_layer_test.cpp | 549 vendor.send_command = vendor_send_command;
|
/system/bt/bta/av/ |
D | bta_av_aact.c | 1074 vendor_get_interface()->send_command( in bta_av_cleanup() 2079 vendor_get_interface()->send_command( in bta_av_str_stopped() 2664 vendor_get_interface()->send_command( in bta_av_suspend_cfm() 3168 if (!vendor_get_interface()->send_command( in bta_av_offload_req()
|