Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ble.c529 … || (HCI_LE_CONN_PARAM_REQ_SUPPORTED(controller_get_interface()->get_features_ble()->as_array) && in l2cble_start_conn_update()
530 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()
554 … || (HCI_LE_CONN_PARAM_REQ_SUPPORTED(controller_get_interface()->get_features_ble()->as_array) && in l2cble_start_conn_update()
555 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()
/system/bt/device/src/
Dcontroller.c385 return HCI_LE_CONN_PARAM_REQ_SUPPORTED(features_ble.as_array); in supports_ble_connection_parameters_request()
/system/bt/stack/include/
Dhcidefs.h1759 #define HCI_LE_CONN_PARAM_REQ_SUPPORTED(x) ((x)[HCI_LE_FEATURE_CONN_PARAM_REQ_OFF] & HCI_LE_FEATURE… macro