Home
last modified time | relevance | path

Searched refs:BT_GAP_DATA_LEN_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.1.0/include/zephyr/bluetooth/
Dgap.h812 #define BT_GAP_DATA_LEN_DEFAULT 0x001b /* 27 bytes */ macro
Dconn.h192 BT_CONN_LE_DATA_LEN_PARAM(BT_GAP_DATA_LEN_DEFAULT, \
/Zephyr-4.1.0/subsys/bluetooth/host/
Dhci_core.c1331 conn->le.data_len.tx_max_len = BT_GAP_DATA_LEN_DEFAULT; in update_conn()
1333 conn->le.data_len.rx_max_len = BT_GAP_DATA_LEN_DEFAULT; in update_conn()