Home
last modified time | relevance | path

Searched refs:BT_ADDR_LE_PUBLIC (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-2.7.6/include/bluetooth/
Daddr.h28 #define BT_ADDR_LE_PUBLIC 0x00 macro
147 if (addr->type == BT_ADDR_LE_PUBLIC) { in bt_addr_le_is_identity()
207 case BT_ADDR_LE_PUBLIC: in bt_addr_le_to_str()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dkeys_br.c102 le_addr.type = BT_ADDR_LE_PUBLIC; in bt_keys_link_key_clear()
139 le_addr.type = BT_ADDR_LE_PUBLIC; in bt_keys_link_key_store()
Daddr.c91 addr->type = BT_ADDR_LE_PUBLIC; in bt_addr_le_from_str()
Dsettings.c100 addr->type = BT_ADDR_LE_PUBLIC; in bt_settings_decode_key()
Dsmp.c995 addr.type = BT_ADDR_LE_PUBLIC; in smp_pairing_br_complete()
1113 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_derive_ltk()
1203 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_distribute_keys()
1462 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_ident_info()
1493 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_ident_addr_info()
1532 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_signing_info()
Did.c1228 addr->type = BT_ADDR_LE_PUBLIC; in bt_id_read_public_addr()
Dhci_core.c1646 if (addr->type == BT_ADDR_LE_PUBLIC) { in unpair()
Dgatt.c2892 if (sub->peer.type == BT_ADDR_LE_PUBLIC) { in gatt_sub_update()
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dbt.c2022 addr.type = BT_ADDR_LE_PUBLIC; in cmd_info()
2334 addr.type = BT_ADDR_LE_PUBLIC; in cmd_clear()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_adv.c2779 adv->own_addr_type = BT_ADDR_LE_PUBLIC;