Home
last modified time | relevance | path

Searched refs:displayValue (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c29 uint8_t *displayValue; member
79 GapLeAuthenticationRequest(param->handle, param->pairMethod, param->displayValue); in GapLeAuthenticationRequestTask()
86 if (param->displayValue != NULL) { in GapFreeLeAuthenticationRequest()
87 MEM_MALLOC.free(param->displayValue); in GapFreeLeAuthenticationRequest()
91 static uint8_t *GapAllocLeAuthenticationRequestValue(uint8_t pairMethod, const uint8_t *displayValue) in GapAllocLeAuthenticationRequestValue() argument
117 (void)memcpy_s(value, valueLength, displayValue, valueLength); in GapAllocLeAuthenticationRequestValue()
123 static void GapRecvLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapRecvLeAuthenticationRequest() argument
134 smParam->displayValue = GapAllocLeAuthenticationRequestValue(pairMethod, displayValue); in GapRecvLeAuthenticationRequest()
135 if (smParam->displayValue in GapRecvLeAuthenticationRequest()
[all...]
H A Dgap_le_sec.c98 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLePasskeyRequestProcess()
105 addr, *(uint32_t *)displayValue, g_lePairCallback.context); in GapLePasskeyRequestProcess()
106 ret = SMP_AuthenticationRequestReply(handle, true, 0x00, pairMethod, displayValue); in GapLePasskeyRequestProcess()
128 static void GapLeUserConfirmProcess(const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeUserConfirmProcess() argument
131 g_lePairCallback.callback.lePairScUserConfirmReq(addr, *(uint32_t *)displayValue, g_lePairCallback.context); in GapLeUserConfirmProcess()
140 static void GapLeLegacyOOBProcess(const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeLegacyOOBProcess() argument
153 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeSecureConnectionOOBProcess()
162 const uint8_t *data = displayValue; in GapLeSecureConnectionOOBProcess()
206 BtAddr addr, uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapLeAuthenticationRequestProcess()
213 GapLePasskeyRequestProcess(&addr, handle, pairMethod, displayValue); in GapLeAuthenticationRequestProcess()
97 GapLePasskeyRequestProcess( const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) GapLePasskeyRequestProcess() argument
152 GapLeSecureConnectionOOBProcess( const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) GapLeSecureConnectionOOBProcess() argument
205 GapLeAuthenticationRequestProcess( BtAddr addr, uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) GapLeAuthenticationRequestProcess() argument
238 GapLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) GapLeAuthenticationRequest() argument
[all...]
H A Dgap_internal.h182 void GapLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_common.h36 void SMP_NotifyCbAuthReq(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue);
H A Dsmp.h171 void (*SMP_CallbackAuthenticationRequest)(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue);
H A Dsmp.c1744 void SMP_NotifyCbAuthReq(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in SMP_NotifyCbAuthReq() argument
1747 g_smpCallBack.SMP_CallbackAuthenticationRequest(handle, pairMethod, displayValue); in SMP_NotifyCbAuthReq()
/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
738 displayValue = jerry_get_boolean_value(jDisplayValue); in SetOptionsAxisDisplay()
741 xAxis_->SetVisible(displayValue); in SetOptionsAxisDisplay()
743 yAxis_->SetVisible(displayValue); in SetOptionsAxisDisplay()

Completed in 8 milliseconds