Lines Matching refs:BluetoothHci
75 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
78 Return<void> BluetoothHci::initialize( in initialize()
83 Return<void> BluetoothHci::initialize_1_1( in initialize_1_1()
88 Return<void> BluetoothHci::initialize_impl( in initialize_impl()
248 Return<void> BluetoothHci::close() { in close()
254 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand()
265 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData()
276 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData()
287 Return<void> BluetoothHci::sendIsoData(const hidl_vec<uint8_t>& packet) { in sendIsoData()
298 void BluetoothHci::SetUpHciServer(ConnectCallback connection_callback) { in SetUpHciServer()
309 void BluetoothHci::SetUpLinkLayerServer(ConnectCallback connection_callback) { in SetUpLinkLayerServer()
317 std::shared_ptr<Device> BluetoothHci::ConnectToRemoteServer( in ConnectToRemoteServer()
324 void BluetoothHci::SetUpTestChannel() { in SetUpTestChannel()
353 return new BluetoothHci(); in HIDL_FETCH_IBluetoothHci()