Searched refs:BT_FEAT_LE_PRIVACY (Results 1 – 3 of 3) sorted by relevance
1741 if (BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in bt_id_set_create_conn_own_addr()1802 if (BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in bt_id_set_scan_own_addr()1890 !BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in bt_id_set_adv_own_addr()
3356 BT_FEAT_LE_PRIVACY(bt_dev.le.features)) || in le_set_event_mask()3656 if (BT_FEAT_LE_PRIVACY(bt_dev.le.features)) { in le_init()
223 #define BT_FEAT_LE_PRIVACY(feat) BT_LE_FEAT_TEST(feat, \ macro