Searched refs:bt_hci_vs_static_addr (Results 1 – 6 of 6) sorted by relevance
124 uint8_t bt_read_static_addr(struct bt_hci_vs_static_addr addrs[], uint8_t size);
13 uint8_t hci_vendor_read_static_addr(struct bt_hci_vs_static_addr addrs[], in hci_vendor_read_static_addr()
51 uint8_t hci_vendor_read_static_addr(struct bt_hci_vs_static_addr addrs[],
4053 uint8_t __weak hci_vendor_read_static_addr(struct bt_hci_vs_static_addr addrs[],4065 uint8_t bt_read_static_addr(struct bt_hci_vs_static_addr addrs[], uint8_t size)4116 sizeof(struct bt_hci_vs_static_addr));
110 struct bt_hci_vs_static_addr { struct119 struct bt_hci_vs_static_addr a[0]; argument
1262 uint8_t bt_read_static_addr(struct bt_hci_vs_static_addr addrs[], uint8_t size) in bt_read_static_addr()1293 sizeof(struct bt_hci_vs_static_addr))) { in bt_read_static_addr()1300 memcpy(&addrs[i], rp->a, sizeof(struct bt_hci_vs_static_addr)); in bt_read_static_addr()1319 struct bt_hci_vs_static_addr addrs[CONFIG_BT_ID_MAX]; in bt_setup_random_id_addr()