ble_hs_log_flat_buf() function
Logs the content of a flat buffer. This function iterates over each byte in the provided buffer and logs its value in hexadecimal format using the `BLE_HS_LOG` macro with the log level set to DEBUG.
Syntax
void ble_hs_log_flat_buf(const void *data,
int len);
Arguments
data
Pointer to the buffer to log.
![]()
ble_hs_log_flat_buf(const void *data, int len)![]()
void ble_hs_log_flat_buf(const void *data, int len);![]()
ble_hs_log_flat_buf(k, 16);![]()
ble_hs_log_flat_buf(r1, 16);![]()
ble_hs_log_flat_buf(r2, 16);![]()
ble_hs_log_flat_buf(out, 16);![]()
ble_hs_log_flat_buf(k, 16);![]()
ble_hs_log_flat_buf(r, 16);![]()
ble_hs_log_flat_buf(ia, 6);![]()
ble_hs_log_flat_buf(ra, 6);![]()
ble_hs_log_flat_buf(preq, 7);![]()
ble_hs_log_flat_buf(pres, 7);![]()
ble_hs_log_flat_buf(p1, sizeof p1);![]()
ble_hs_log_flat_buf(p2, sizeof p2);![]()
ble_hs_log_flat_buf(buf, len);![]()
ble_hs_log_flat_buf(u, 32);![]()
ble_hs_log_flat_buf(v, 32);![]()
ble_hs_log_flat_buf(x, 16);![]()
ble_hs_log_flat_buf(proc->tk, 16);![]()
ble_hs_log_flat_buf(proc->tk, 16);![]()
ble_hs_log_flat_buf(sec->ltk, 16);![]()
ble_hs_log_flat_buf(sec->irk, 16);![]()
ble_hs_log_flat_buf(sec->csrk, 16);![]()
ble_hs_log_flat_buf(sec->ltk, 16);![]()
ble_hs_log_flat_buf(sec->irk, 16);![]()
ble_hs_log_flat_buf(sec->csrk, 16);
ble_hs_log_flat_buf() is called by 14 functions:
![]()
ble_hs_log_flat_buf()
ble_hs_log_flat_buf():
![]()
ble_hs_log_flat_buf()