Home
last modified time | relevance | path

Searched refs:BT_BUF_RESERVE (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dbuf.h43 #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 Dl2cap.h41 #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 Dhci_raw.c90 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 Drfcomm_internal.h135 #define BT_RFCOMM_BUF_SIZE(mtu) (BT_BUF_RESERVE + \
A Dhci_api.c167 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 Dhci_core.c303 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 Dconn.c2621 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in bt_conn_create_pdu_timeout_debug()

Completed in 30 milliseconds