Searched refs:bt_buf_data (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 50 struct bt_buf_data { struct 198 ((struct bt_buf_data *)net_buf_user_data(buf))->type = type; in bt_buf_set_type() 209 return (enum bt_buf_type)((struct bt_buf_data *)net_buf_user_data(buf)) in bt_buf_get_type()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | buf.c | 56 NET_BUF_POOL_FIXED_DEFINE(sync_evt_pool, 1, SYNC_EVT_SIZE, sizeof(struct bt_buf_data), NULL); 60 sizeof(struct bt_buf_data), NULL); 79 sizeof(struct bt_buf_data), evt_pool_destroy);
|
D | hci_raw.c | 50 NET_BUF_POOL_FIXED_DEFINE(hci_rx_pool, BT_BUF_RX_COUNT, BT_BUF_RX_SIZE, sizeof(struct bt_buf_data), 54 sizeof(struct bt_buf_data), NULL); 57 sizeof(struct bt_buf_data), NULL); 61 sizeof(struct bt_buf_data), NULL);
|
D | iso_internal.h | 25 struct bt_buf_data buf_data;
|
D | conn_internal.h | 200 struct bt_buf_data buf_data;
|
D | hci_core.c | 161 CMD_BUF_SIZE, sizeof(struct bt_buf_data), NULL);
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 5179 sizeof(struct bt_buf_data), NULL);
|