Home
last modified time | relevance | path

Searched refs:GAPIF_LeSetMinEncKeySize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h838 BTSTACK_API int GAPIF_LeSetMinEncKeySize(uint8_t minSize);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_if.c1446 int GAPIF_LeSetMinEncKeySize(uint8_t minSize) in GAPIF_LeSetMinEncKeySize() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp223 ret = GAPIF_LeSetMinEncKeySize(GAP_ENC_KEY_MIN_SIZE); in InitBtmAndGap()