Home
last modified time | relevance | path

Searched refs:peer_le_features (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_ble.cc383 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()
405 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()
/system/bt/stack/btm/
Dbtm_int_types.h109 BD_FEATURES peer_le_features; /* Peer LE Used features mask for the device */ member
Dbtm_ble.cc770 if (!HCI_LE_DATA_LEN_EXT_SUPPORTED(p_acl->peer_le_features)) { in BTM_SetBleDataLength()
936 if (!HCI_LE_2M_PHY_SUPPORTED(p_acl->peer_le_features) && in BTM_BleSetPhy()
937 !HCI_LE_CODED_PHY_SUPPORTED(p_acl->peer_le_features)) { in BTM_BleSetPhy()
Dbtm_ble_gap.cc2349 STREAM_TO_ARRAY(btm_cb.acl_db[idx].peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()