Searched refs:BluetoothHci (Results 1 – 6 of 6) sorted by relevance
73 int BluetoothHci::openBtHci() { in openBtHci()107 void BluetoothHci::closeBtHci() { in closeBtHci()116 int BluetoothHci::waitHciDev(int hci_interface) { in waitHciDev()199 int BluetoothHci::findRfKill() { in findRfKill()224 int BluetoothHci::rfKill(int block) { in rfKill()264 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::btlinux::BluetoothHci267 Return<void> BluetoothHci::initialize( in initialize()303 Return<void> BluetoothHci::close() { in close()316 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand()321 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();
66 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::sim::BluetoothHci69 Return<void> BluetoothHci::initialize(const sp<IBluetoothHciCallbacks>& cb) { in initialize()146 Return<void> BluetoothHci::close() { in close()151 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand()164 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData()182 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData()197 void BluetoothHci::SetUpTestChannel(int port) { in SetUpTestChannel()223 return new BluetoothHci(); in HIDL_FETCH_IBluetoothHci()
37 class BluetoothHci : public IBluetoothHci {39 BluetoothHci();57 static BluetoothHci* get();
28 using ::android::hardware::bluetooth::V1_0::sim::BluetoothHci;33 sp<IBluetoothHci> bluetooth = new BluetoothHci; in main()