Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h232 BTSTACK_API int GAPIF_SetLocalName(const char *name, int length);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp108 bool ret = (GAPIF_SetLocalName(deviceName_.c_str(), length) == BT_SUCCESS); in SetLocalName()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_if.c179 int GAPIF_SetLocalName(const char *name, int length) in GAPIF_SetLocalName() function