Home
last modified time | relevance | path

Searched refs:BluetoothHci (Results 1 – 6 of 6) sorted by relevance

/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc73 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::BluetoothHci
267 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 …]
Dservice.cc28 using ::android::hardware::bluetooth::V1_0::btlinux::BluetoothHci;
33 sp<IBluetoothHci> bluetooth = new BluetoothHci; in main()
Dbluetooth_hci.h39 class BluetoothHci : public IBluetoothHci {
41 BluetoothHci();
/system/bt/test/rootcanal/
Dbluetooth_hci.cc66 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::sim::BluetoothHci
69 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()
Dbluetooth_hci.h37 class BluetoothHci : public IBluetoothHci {
39 BluetoothHci();
57 static BluetoothHci* get();
Dservice.cc28 using ::android::hardware::bluetooth::V1_0::sim::BluetoothHci;
33 sp<IBluetoothHci> bluetooth = new BluetoothHci; in main()