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