Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/binder/
DIBluetooth.cpp164 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()
[all …]
DIBluetooth.h179 class BpBluetooth : public android::BpInterface<IBluetooth> {
181 explicit BpBluetooth(const android::sp<android::IBinder>& impl);
182 virtual ~BpBluetooth() = default;
208 DISALLOW_COPY_AND_ASSIGN(BpBluetooth);