Searched refs:BT_FEAT_LE_PRIVACY (Results 1 – 3 of 3) sorted by relevance
1687 if (BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in bt_id_set_create_conn_own_addr()1747 if (BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in bt_id_set_scan_own_addr()1824 !BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in bt_id_set_adv_own_addr()
3135 BT_FEAT_LE_PRIVACY(bt_dev.le.features)) || in le_set_event_mask()3391 if (BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in le_init()
208 #define BT_FEAT_LE_PRIVACY(feat) BT_LE_FEAT_TEST(feat, \ macro