Home
last modified time | relevance | path

Searched refs:GAP_SecurityMode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h170 } GAP_SecurityMode; typedef
330 BTSTACK_API int GAPIF_SetSecurityMode(GAP_SecurityMode mode);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.h138 int GAP_SetSecurityMode(GAP_SecurityMode mode);
H A Dgap_def.h246 GAP_SecurityMode secMode;
H A Dgap_internal.h56 GAP_SecurityMode *GapGetSecurityMode(void);
H A Dgap_if.c77 GAP_SecurityMode mode;
588 int GAPIF_SetSecurityMode(GAP_SecurityMode mode) in GAPIF_SetSecurityMode()
H A Dgap_br_sec.c490 int GAP_SetSecurityMode(GAP_SecurityMode mode) in GAP_SetSecurityMode()
514 GAP_SecurityMode *secMode = GapGetSecurityMode(); in GAP_SetSecurityMode()
H A Dgap.c298 GAP_SecurityMode *GapGetSecurityMode(void) in GapGetSecurityMode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp235 bool ret = (GAPIF_SetSecurityMode((GAP_SecurityMode)securityMode_) == BT_SUCCESS); in SetSecurityMode()