Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp38 bluetoothSystemAbility_ = new BluetoothSystemAbility(); in BluetoothProfileManager()
57 …t ret = samgrProxy->SubscribeSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, bluetoothSystemAbility_); in SubScribeBluetoothSystemAbility()
66 …ret = samgrProxy->UnSubscribeSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, bluetoothSystemAbility_); in UnSubScribeBluetoothSystemAbility()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h110 sptr<BluetoothSystemAbility> bluetoothSystemAbility_ = nullptr; variable