Searched refs:BluetoothHci (Results 1 – 6 of 6) sorted by relevance
72 int BluetoothHci::openBtHci() { in openBtHci()106 void BluetoothHci::closeBtHci() { in closeBtHci()115 int BluetoothHci::waitHciDev(int hci_interface) { in waitHciDev()198 int BluetoothHci::findRfKill() { in findRfKill()223 int BluetoothHci::rfKill(int block) { in rfKill()263 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::btlinux::BluetoothHci266 Return<void> BluetoothHci::initialize( in initialize()302 Return<void> BluetoothHci::close() { in close()315 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand()320 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData()[all …]
28 using ::android::hardware::bluetooth::V1_0::btlinux::BluetoothHci;33 sp<IBluetoothHci> bluetooth = new BluetoothHci; in main()
39 class BluetoothHci : public IBluetoothHci {41 BluetoothHci();
71 BluetoothHci::BluetoothHci() : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci() function in android::hardware::bluetooth::V1_0::sim::BluetoothHci73 Return<void> BluetoothHci::initialize(const sp<IBluetoothHciCallbacks>& cb) { in initialize()158 Return<void> BluetoothHci::close() { in close()163 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand()172 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData()181 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData()190 void BluetoothHci::SetUpHciServer(int port, const std::function<void(int)>& connection_callback) { in SetUpHciServer()216 void BluetoothHci::SetUpLinkLayerServer(int port, const std::function<void(int)>& connection_callba… in SetUpLinkLayerServer()241 int BluetoothHci::ConnectToRemoteServer(const std::string& server, int port) { in ConnectToRemoteServer()274 void BluetoothHci::SetUpTestChannel(int port) { in SetUpTestChannel()[all …]
30 using ::android::hardware::bluetooth::V1_0::sim::BluetoothHci;33 sp<IBluetoothHci> bluetooth = new BluetoothHci; in main()
39 class BluetoothHci : public IBluetoothHci {41 BluetoothHci();55 static BluetoothHci* get();