Searched refs:BT_BUF_RESERVE (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | buf.h | 43 #define BT_BUF_RESERVE MAX(CONFIG_BT_HCI_RESERVE, CONFIG_BT_HCI_RAW_RESERVE) macro 45 #define BT_BUF_RESERVE CONFIG_BT_HCI_RESERVE macro 48 #define BT_BUF_SIZE(size) (BT_BUF_RESERVE + (size))
|
A D | l2cap.h | 41 #define BT_L2CAP_BUF_SIZE(mtu) (BT_BUF_RESERVE + \ 275 #define BT_L2CAP_CHAN_SEND_RESERVE (BT_BUF_RESERVE + 4 + 4)
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_raw.c | 90 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_rx() 142 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_tx()
|
A D | rfcomm_internal.h | 135 #define BT_RFCOMM_BUF_SIZE(mtu) (BT_BUF_RESERVE + \
|
A D | hci_api.c | 167 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_cmd_complete() 303 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
|
A D | hci_core.c | 303 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create() 9547 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_rx() 9570 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_cmd_complete() 9589 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_evt() 9606 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_evt()
|
A D | conn.c | 2621 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in bt_conn_create_pdu_timeout_debug()
|
Completed in 30 milliseconds