Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2089 if ((BT_FEAT_LE_CONN_PARAM_REQ_PROC(bt_dev.le.features) && in send_conn_le_param_update()
2090 BT_FEAT_LE_CONN_PARAM_REQ_PROC(conn->le.features) && in send_conn_le_param_update()
Dhci_core.c3372 if (BT_FEAT_LE_CONN_PARAM_REQ_PROC(bt_dev.le.features)) { in le_set_event_mask()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h213 #define BT_FEAT_LE_CONN_PARAM_REQ_PROC(feat) BT_LE_FEAT_TEST(feat, \ macro