pub unsafe extern "C" fn esp_mesh_get_parent_bssid(
    bssid: *mut mesh_addr_t,
) -> i32Expand description
@brief Get the parent BSSID
@attention This API shall be called after having received the event MESH_EVENT_PARENT_CONNECTED.
@param[out] bssid pointer to parent BSSID
@return
- ESP_OK
 - ESP_FAIL