Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h37 #define GAP_STATUS_SUCCESS 0x00 /// GAP success status macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c686 …&deviceInfo->addr, GAP_STATUS_SUCCESS, deviceInfo->encryptionStatus, deviceInfo->securityReq->cont… in GapLeRequestSecurityMaster()
722 deviceInfo->securityReq->result = GAP_STATUS_SUCCESS; in GapLeRequestSecurityProcess()
H A Dgap_br_sec.c94 result = GAP_STATUS_SUCCESS; in GapDoAuthenticationCallback()
123 result = GAP_STATUS_SUCCESS; in GapDoSecurityCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp717 .status = status == GAP_STATUS_SUCCESS ? GattStatus::GATT_SUCCESS : GattStatus::GATT_FAILURE in LEConnectionUpdateCompleteImpl()