Searched refs:bleTurnOnFunc (Results 1 – 4 of 4) sorted by relevance
139 if (property.functions.bleTurnOnFunc) { in NotifyBluetoothStateChange()141 property.functions.bleTurnOnFunc(remote); in NotifyBluetoothStateChange()246 if (profileFunctions.bleTurnOnFunc && IS_BLE_ENABLED()) { in RegisterFunc()247 profileFunctions.bleTurnOnFunc(remote); in RegisterFunc()
160 auto bleTurnOnFunc = [this](sptr<IRemoteObject> remote) { in impl() local173 .bleTurnOnFunc = bleTurnOnFunc, in impl()
374 .bleTurnOnFunc = nullptr, in impl()
39 std::function<void(sptr<IRemoteObject>)> bleTurnOnFunc {};