ble-core.h¶
Basic BLE functions.
-
void
ble_stack_init(void)¶ Initialize and enable the BLE stack.
-
void
ble_advertising_init(const char * name)¶ Initialize BLE advertising data.
Parameters
name: Human readable device name that will be advertised
-
void
ble_advertising_start(void)¶ Start BLE advertising.
-
void
ble_get_mac(uint8_t addr)¶ Return device EUI64 MAC address.
Parameters
addr: pointer to a buffer to store the address