Searched refs:BT_FEAT_LE_CONN_PARAM_REQ_PROC (Results 1 – 3 of 3) sorted by relevance
2089 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()
3372 if (BT_FEAT_LE_CONN_PARAM_REQ_PROC(bt_dev.le.features)) { in le_set_event_mask()
213 #define BT_FEAT_LE_CONN_PARAM_REQ_PROC(feat) BT_LE_FEAT_TEST(feat, \ macro