Home
last modified time | relevance | path

Searched refs:bt_hci_1_1_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/rust/hal/src/ffi/
Dhidl.cc62 android::sp<IBluetoothHci> bt_hci_1_1_; variable
70 bt_hci_1_1_ = IBluetoothHci::getService(); in start_hal()
71 if (bt_hci_1_1_ != nullptr) { in start_hal()
72 bt_hci_ = bt_hci_1_1_; in start_hal()
82 if (bt_hci_1_1_ != nullptr) { in start_hal()
83 bt_hci_1_1_->initialize_1_1(trampoline_); in start_hal()
98 bt_hci_1_1_ = nullptr; in stop_hal()
118 if (bt_hci_1_1_ == nullptr) { in send_iso()
124 bt_hci_1_1_->sendIsoData(hidl_vec<uint8_t>(data.data(), data.data() + data.length())); in send_iso()
/system/bt/gd/hal/
Dhci_hal_android_hidl.cc185 if (bt_hci_1_1_ == nullptr) { in sendIsoData()
191 bt_hci_1_1_->sendIsoData(packet); in sendIsoData()
208 bt_hci_1_1_ = IBluetoothHci::getService(); in Start()
210 if (bt_hci_1_1_ != nullptr) { in Start()
211 bt_hci_ = bt_hci_1_1_; in Start()
222 if (bt_hci_1_1_ != nullptr) { in Start()
223 bt_hci_1_1_->initialize_1_1(callbacks_); in Start()
242 bt_hci_1_1_ = nullptr; in Stop()
252 android::sp<IBluetoothHci> bt_hci_1_1_; member in bluetooth::hal::HciHalHidl