Searched refs:GAP_NOT_ACCEPT (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_comm.h | 40 #define GAP_NOT_ACCEPT 0 /// reject macro
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 605 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LeRemoteEncryptionKeyRsp() 634 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LeLocalEncryptionKeyRsp() 665 } else if (accept == GAP_NOT_ACCEPT) { in GAP_RequestSigningAlgorithmInfoRsp() 990 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LePairPassKeyRsp() 1020 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LePairOobRsp() 1061 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LePairScOobRsp() 1091 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LePairScUserConfirmRsp()
|
H A D | gap_br_sec.c | 155 GAP_AuthorizeRes(&reqInfo->addr, reqInfo->info.serviceId, GAP_NOT_ACCEPT); in GapDoAuthorizationCallback() 1132 } else if (accept == GAP_NOT_ACCEPT) { in GAP_IOCapabilityRsp() 1219 } else if (accept == GAP_NOT_ACCEPT) { in GAP_UserConfirmRsp() 1305 } else if (accept == GAP_NOT_ACCEPT) { in GAP_UserPasskeyRsp() 1391 } else if (accept == GAP_NOT_ACCEPT) { in GAP_RemoteOobRsp() 1485 } else if (accept == GAP_NOT_ACCEPT) { in GAP_PinCodeRsp() 1628 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LinkKeyRsp()
|
H A D | gap_le_conn.c | 285 } else if (accept == GAP_NOT_ACCEPT) { in GAP_LeConnectionParameterRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 534 int accept = GAP_NOT_ACCEPT; in GapLeLocalEncryptionKeyReqEvent() 563 int accept = GAP_NOT_ACCEPT; in GapLeRemoteEncryptionKeyReqEvent() 605 int accept = GAP_NOT_ACCEPT; in GapRequestSigningAlgorithmInfoEvt()
|
H A D | ble_adapter.cpp | 852 ret = pimpl->bleSecurity_->SetDevicePasskey(device, passkey, GAP_NOT_ACCEPT); in SetDevicePasskey() 962 ret = pimpl->bleSecurity_->SetUserConfirm(device, GAP_NOT_ACCEPT); in SetDevicePairingConfirmation()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1951 ret = (GAPIF_UserConfirmRsp(&btAddr, GAP_NOT_ACCEPT) == BT_SUCCESS); in SetDevicePairingConfirmation() 1978 ret = (GAPIF_UserPasskeyRsp(&btAddr, GAP_NOT_ACCEPT, passkey) == BT_SUCCESS); in SetDevicePasskey() 2148 uint8_t accept = GAP_NOT_ACCEPT; in SetLinkKey() 2225 return SetPinCode(device, pin, GAP_NOT_ACCEPT); in SetDevicePin() 2232 accept = GAP_NOT_ACCEPT; in SetDevicePin()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 691 GAPIF_LeConnectionParameterRsp(&addr, GAP_NOT_ACCEPT, nullptr); in LEConnectionParamterReqImpl()
|