Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c8324 struct bt_hci_evt_le_conn_complete *lecc; local
8400 lecc = meta_evt(buf, BT_HCI_EVT_LE_CONN_COMPLETE, sizeof(*lecc));
8403 (void)memset(lecc, 0x00, sizeof(*lecc));
8404 lecc->status = status;
8408 lecc->status = 0x00;
8409 lecc->handle = sys_cpu_to_le16(handle);
8410 lecc->role = cc->role;
8411 lecc->peer_addr.type = cc->peer_addr_type & 0x1;
8412 memcpy(&lecc->peer_addr.a.val[0], &cc->peer_addr[0], BDADDR_SIZE);
8413 lecc->interval = sys_cpu_to_le16(cc->interval);
[all …]