Function esp_idf_sys::ble_gap_get_local_used_addr

source ยท
pub unsafe extern "C" fn ble_gap_get_local_used_addr(
    addr: *mut ble_addr_t,
) -> c_int
Expand description

This API is called to get local used address and address type.

@param addr On success, locally used address will be stored here.

@return 0 on success; nonzero on failure.