Searched refs:DISCOVER_ALL_PRIMARY_SERVICE (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_profile_defines.h | 27 DISCOVER_ALL_PRIMARY_SERVICE, enumerator
|
H A D | gatt_client_profile.cpp | 239 LOG_INFO("%{public}s: connectHandle is %hu, Add requestList_: DISCOVER_ALL_PRIMARY_SERVICE.", in DiscoverAllPrimaryServices() 242 pimpl->requestList_.emplace_back(connectHandle, GattRequestInfo(DISCOVER_ALL_PRIMARY_SERVICE, reqId)); in DiscoverAllPrimaryServices() 258 LOG_INFO("%{public}s: connectHandle is %{public}hu, Add requestList_: DISCOVER_ALL_PRIMARY_SERVICE.", in DiscoverAllPrimaryServicesInter() 260 auto iter = pimpl->FindIteratorByRespones(DISCOVER_ALL_PRIMARY_SERVICE, reqId); in DiscoverAllPrimaryServicesInter() 268 pimpl->requestList_.emplace_back(connectHandle, GattRequestInfo(DISCOVER_ALL_PRIMARY_SERVICE, reqId)); in DiscoverAllPrimaryServicesInter() 1005 case DISCOVER_ALL_PRIMARY_SERVICE: in IndicateRequestRetToService() 1265 requestList_.emplace_back(connectHandle, GattRequestInfo(DISCOVER_ALL_PRIMARY_SERVICE, reqId)); in DiscoverAllPrimaryServiceParsing() 2211 type = DISCOVER_ALL_PRIMARY_SERVICE; in FindIteratorByResponesInfor()
|
Completed in 5 milliseconds