Home
last modified time | relevance | path

Searched refs:localName (Results 1 – 2 of 2) sorted by relevance

/device/board/openvalley/niobeu4/liteos_m/hals/drivers/bluetooth_lite/
Dbluetooth_device.c59 BtError SetLocalName(unsigned char *localName, unsigned char length) in SetLocalName() argument
65 if ((localName == NULL) || (length <= 0)) { in SetLocalName()
69 return esp_ble_gap_set_device_name(localName); in SetLocalName()
Dblegap.h175 BtError SetLocalName(unsigned char *localName, unsigned char length);