Searched refs:BT_BUF_USER_DATA_MIN (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | buf.h | 40 #define BT_BUF_USER_DATA_MIN 4 // __DEPRECATED_MACRO macro
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | bt.c | 99 NET_BUF_POOL_DEFINE(data_tx_pool, L2CAP_DYM_CHANNEL_NUM, DATA_MTU, BT_BUF_USER_DATA_MIN, NULL); 100 NET_BUF_POOL_DEFINE(data_rx_pool, L2CAP_DYM_CHANNEL_NUM, DATA_MTU, BT_BUF_USER_DATA_MIN, NULL); 104 NET_BUF_POOL_DEFINE(data_bredr_pool, 1, DATA_BREDR_MTU, BT_BUF_USER_DATA_MIN, 109 SDP_CLIENT_USER_BUF_LEN, BT_BUF_USER_DATA_MIN, NULL);
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | bt.c | 89 NET_BUF_POOL_DEFINE(data_tx_pool, L2CAP_DYM_CHANNEL_NUM, DATA_MTU, BT_BUF_USER_DATA_MIN, NULL); 90 NET_BUF_POOL_DEFINE(data_rx_pool, L2CAP_DYM_CHANNEL_NUM, DATA_MTU, BT_BUF_USER_DATA_MIN, NULL); 94 NET_BUF_POOL_DEFINE(data_bredr_pool, 1, DATA_BREDR_MTU, BT_BUF_USER_DATA_MIN, 99 SDP_CLIENT_USER_BUF_LEN, BT_BUF_USER_DATA_MIN, NULL);
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_api.c | 96 CMD_BUF_SIZE, BT_BUF_USER_DATA_MIN, NULL);
|
Completed in 13 milliseconds