Home
last modified time | relevance | path

Searched refs:BleActiveDeviceInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h522 struct BleActiveDeviceInfo { struct
535 std::vector<BleActiveDeviceInfo> activeDeviceInfos; argument
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp41 void ConvertActiveDeviceInfo(const std::vector<BleActiveDeviceInfo> &inDeviceInfos,
249 void BleCentralManager::impl::ConvertActiveDeviceInfo(const std::vector<BleActiveDeviceInfo> &inDev… in ConvertActiveDeviceInfo()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1256 bool ConvertAdvDeviceInfo(const BtLpDeviceParam *param, std::vector<BleActiveDeviceInfo> &activeDev… in ConvertAdvDeviceInfo()
1269 BleActiveDeviceInfo deviceInfo; in ConvertAdvDeviceInfo()