Home
last modified time | relevance | path

Searched refs:BT_L2CAP_CHAN_SEND_RESERVE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dl2cap.h275 #define BT_L2CAP_CHAN_SEND_RESERVE (BT_BUF_RESERVE + 4 + 4) macro
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c1681 len = min(6*23, DATA_MTU - BT_L2CAP_CHAN_SEND_RESERVE); in cmd_l2cap_send()
1685 net_buf_reserve(buf, BT_L2CAP_CHAN_SEND_RESERVE); in cmd_l2cap_send()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c2706 len = min(l2cap_chan[i].tx.mtu, DATA_MTU - BT_L2CAP_CHAN_SEND_RESERVE); in cmd_l2cap_send()
2710 net_buf_reserve(buf, BT_L2CAP_CHAN_SEND_RESERVE); in cmd_l2cap_send()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dl2cap.c1568 net_buf_reserve(seg, BT_L2CAP_CHAN_SEND_RESERVE); in l2cap_alloc_seg()
1589 headroom = BT_L2CAP_CHAN_SEND_RESERVE + sdu_hdr_len; in l2cap_chan_create_seg()

Completed in 14 milliseconds