Function esp_idf_svc::hal::sys::esp_ble_gap_get_local_used_addr

source ยท
pub unsafe extern "C" fn esp_ble_gap_get_local_used_addr(
    local_used_addr: *mut u8,
    addr_type: *mut u8,
) -> i32
Expand description

@brief This function is called to get local used address and address type. uint8_t *esp_bt_dev_get_address(void) get the public address

@param[in] local_used_addr - current local used ble address (six bytes) @param[in] addr_type - ble address type

@return - ESP_OK : success - other : failed