Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp140 static std::optional<ConnectedDevice> GetDeviceInfoByConnId(int connId);
560 static std::optional<ConnectedDevice> GetDeviceInfoByConnId(int connId) in GetDeviceInfoByConnId() function
1029 std::optional<ConnectedDevice> deviceInfo = GetDeviceInfoByConnId(param->connectId); in BleGattsSendResponse()
1075 std::optional<ConnectedDevice> deviceInfo = GetDeviceInfoByConnId(param->connectId); in BleGattsSendIndication()