Home | History | Annotate | Download | only in default

Lines Matching full:bluetoothhci

53 BluetoothHci::BluetoothHci()
56 Return<void> BluetoothHci::initialize(
58 ALOGI("BluetoothHci::initialize()");
110 Return<void> BluetoothHci::close() {
111 ALOGI("BluetoothHci::close()");
117 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) {
122 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) {
127 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) {
132 void BluetoothHci::sendDataToController(const uint8_t type,
138 return new BluetoothHci();