Home
last modified time | relevance | path

Searched defs:displayValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c98 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLePasskeyRequestProcess()
128 …erConfirmProcess(const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeUserConfirmProcess()
140 …LegacyOOBProcess(const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeLegacyOOBProcess()
153 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeSecureConnectionOOBProcess()
206 BtAddr addr, uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapLeAuthenticationRequestProcess()
238 void GapLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapLeAuthenticationRequest()
H A Dgap_sm_receive.c29 uint8_t *displayValue; member
91 …atic uint8_t *GapAllocLeAuthenticationRequestValue(uint8_t pairMethod, const uint8_t *displayValue) in GapAllocLeAuthenticationRequestValue()
123 …id GapRecvLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapRecvLeAuthenticationRequest()
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c197 char displayValue[OHOS_DISPLAY_VERSION_LEN] = {0}; in BuildDisplayVersion() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp735 bool displayValue = false; // default value, means not show axis in SetOptionsAxisDisplay() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c1744 void SMP_NotifyCbAuthReq(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in SMP_NotifyCbAuthReq()