Searched refs:BT_ADDR_LE_PUBLIC (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/keys/ |
D | testing_common_defs.h | 16 #define BT_ADDR_LE_1 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0A, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 17 #define BT_ADDR_LE_2 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0B, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 18 #define BT_ADDR_LE_3 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0C, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 19 #define BT_ADDR_LE_4 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0D, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 20 #define BT_ADDR_LE_5 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0E, 0x89, 0x67, 0x45, 0x23, 0x01}}}})
|
/Zephyr-latest/tests/bluetooth/host/id/ |
D | testing_common_defs.h | 11 #define BT_LE_ADDR ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0A, 0x89, 0x67, 0x45, 0x23, 0x01}}}})
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | addr.h | 29 #define BT_ADDR_LE_PUBLIC 0x00 macro 190 if (addr->type == BT_ADDR_LE_PUBLIC) { in bt_addr_le_is_identity() 248 case BT_ADDR_LE_PUBLIC: in bt_addr_le_to_str()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | keys_br.c | 103 le_addr.type = BT_ADDR_LE_PUBLIC; in bt_keys_link_key_clear() 138 le_addr.type = BT_ADDR_LE_PUBLIC; in bt_keys_link_key_store() 160 info.addr.type = BT_ADDR_LE_PUBLIC; in bt_foreach_bond_br()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | addr.c | 98 addr->type = BT_ADDR_LE_PUBLIC; in bt_addr_le_from_str()
|
D | id.c | 1348 if (addr->type == BT_ADDR_LE_PUBLIC && IS_ENABLED(CONFIG_BT_HCI_SET_PUBLIC_ADDR)) { in bt_id_create() 1556 addr->type = BT_ADDR_LE_PUBLIC; in bt_id_read_public_addr() 1848 } else if (bt_dev.id_addr[BT_ID_DEFAULT].type == BT_ADDR_LE_PUBLIC) { in bt_id_set_scan_own_addr() 1920 } else if (id_addr->type == BT_ADDR_LE_PUBLIC) { in bt_id_set_adv_own_addr() 1937 } else if (id_addr->type == BT_ADDR_LE_PUBLIC) { in bt_id_set_adv_own_addr()
|
D | settings.c | 103 addr->type = BT_ADDR_LE_PUBLIC; in bt_settings_decode_key()
|
D | smp.c | 831 addr.type = BT_ADDR_LE_PUBLIC; in smp_pairing_br_complete() 964 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_derive_ltk() 1054 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_distribute_keys() 1338 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_ident_info() 1369 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_ident_addr_info() 1408 addr.type = BT_ADDR_LE_PUBLIC; in smp_br_signing_info()
|
D | hci_core.c | 2040 if (addr->type == BT_ADDR_LE_PUBLIC) { in unpair() 4003 if (bt_dev.id_count > 0 && bt_dev.id_addr[BT_ID_DEFAULT].type == BT_ADDR_LE_PUBLIC) { in hci_init()
|
D | gatt.c | 3702 if (sub->peer.type == BT_ADDR_LE_PUBLIC) { in gatt_sub_update()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ifx_psoc6_bless.c | 216 addr[5], addr[4], addr[3], addr[2], addr[1], addr[0], BT_ADDR_LE_PUBLIC, in psoc6_bless_setup()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 3472 addr.type = BT_ADDR_LE_PUBLIC; in cmd_info() 3776 addr.type = BT_ADDR_LE_PUBLIC; in cmd_clear()
|