Home
last modified time | relevance | path

Searched refs:VENDOR_OPEN_USERIAL (Results 1 – 5 of 5) sorted by relevance

/system/bt/hci/include/
Dvendor.h31 VENDOR_OPEN_USERIAL = BT_VND_OP_USERIAL_OPEN, enumerator
/system/bt/hci/src/
Dhci_hal_h4.c73 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &fd_array); in hal_open()
Dhci_hal_mct.c66 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &uart_fds); in hal_open()
/system/bt/hci/test/
Dhci_hal_mct_test.cpp74 EXPECT_EQ(VENDOR_OPEN_USERIAL, opcode); in DURING()
Dhci_hal_h4_test.cpp79 EXPECT_EQ(VENDOR_OPEN_USERIAL, opcode); in DURING()