Home
last modified time | relevance | path

Searched refs:send_command (Results 1 – 13 of 13) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py96 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/
Dlow_power_manager.c113 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()
Dhci_audio.c37 vendor_get_interface()->send_command(VENDOR_SET_AUDIO_STATE, &audio_state); in set_audio_state()
Dvendor.c94 static int send_command(vendor_opcode_t opcode, void *param) { in send_command() function
220 send_command,
Dhci_hal_h4.c73 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()
Dhci_hal_mct.c66 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()
Dhci_layer.c267 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/
Dvendor.h64 int (*send_command)(vendor_opcode_t opcode, void *param); member
/system/bt/hci/test/
Dlow_power_manager_test.cpp105 vendor.send_command = vendor_send_command;
Dhci_hal_mct_test.cpp139 vendor.send_command = vendor_send_command;
Dhci_hal_h4_test.cpp146 vendor.send_command = vendor_send_command;
Dhci_layer_test.cpp549 vendor.send_command = vendor_send_command;
/system/bt/bta/av/
Dbta_av_aact.c1074 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()