Lines Matching refs:BpBluetooth
164 BpBluetooth::BpBluetooth(const sp<IBinder>& impl) in BpBluetooth() function in ipc::binder::BpBluetooth
168 bool BpBluetooth::IsEnabled() { in IsEnabled()
177 int BpBluetooth::GetState() { in GetState()
186 bool BpBluetooth::Enable(bool start_restricted) { in Enable()
196 bool BpBluetooth::EnableNoAutoConnect() { in EnableNoAutoConnect()
206 bool BpBluetooth::Disable() { in Disable()
215 std::string BpBluetooth::GetAddress() { in GetAddress()
224 std::vector<bluetooth::UUID> BpBluetooth::GetUUIDs() { in GetUUIDs()
230 bool BpBluetooth::SetName(const std::string& name) { in SetName()
240 std::string BpBluetooth::GetName() { in GetName()
249 void BpBluetooth::RegisterCallback(const sp<IBluetoothCallback>& callback) { in RegisterCallback()
258 void BpBluetooth::UnregisterCallback(const sp<IBluetoothCallback>& callback) { in UnregisterCallback()
267 bool BpBluetooth::IsMultiAdvertisementSupported() { in IsMultiAdvertisementSupported()
278 sp<IBluetoothLowEnergy> BpBluetooth::GetLowEnergyInterface() { in GetLowEnergyInterface()
289 sp<IBluetoothGattClient> BpBluetooth::GetGattClientInterface() { in GetGattClientInterface()
300 sp<IBluetoothGattServer> BpBluetooth::GetGattServerInterface() { in GetGattServerInterface()