Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ble.c451 …if (!HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(controller_get_interface()->get_features_ble()->as_array… in l2cble_advertiser_conn_comp()
/system/bt/stack/btm/
Dbtm_acl.c321 … if (HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(controller_get_interface()->get_features_ble()->as_array) in btm_acl_created()
/system/bt/stack/include/
Dhcidefs.h1769 #define HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(x) ((x)[HCI_LE_FEATURE_SLAVE_INIT_FEAT_EXC_OFF] & HCI_… macro