Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h273 BTSTACK_API int GAPIF_SetBondableMode(uint8_t isBondable);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp173 int ret = GAPIF_SetBondableMode(bondableMode_); in SetBondableMode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_if.c292 int GAPIF_SetBondableMode(uint8_t isBondable) in GAPIF_SetBondableMode() function