Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp132 void AddDeviceList(uint16_t connectHandle, GattDevice device);
1737 void GattServerProfile::impl::AddDeviceList(uint16_t connectHandle, GattDevice device) in AddDeviceList() function in OHOS::bluetooth::GattServerProfile::impl
1840 … std::bind(&impl::AddDeviceList, serverProfile_.pimpl.get(), connectionHandle, device)); in OnConnect()