Searched defs:ScanCallbackInfo (Results 1 – 2 of 2) sorted by relevance
73 struct BluetoothBleCentralManagerServer::impl::ScanCallbackInfo { struct in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl74 int pid;75 int uid;76 bool isStart; // Indicates the process for which scanning is started or not.77 ScanSettingsParam param;78 sptr<IBluetoothBleCentralManagerCallback> callback;
38 using ScanCallbackInfo = std::map<sptr<IRemoteObject>, WifiCallingInfo>; variable