Searched refs:linkKeyRetrieval (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp624 struct hci_read_stored_link_key_reply* linkKeyRetrieval local
629 BluetoothError(linkKeyRetrieval->status),
630 linkKeyRetrieval->max_num_keys,
631 linkKeyRetrieval->num_keys_read);
633 reply.AddInt8("status", linkKeyRetrieval->status);

Completed in 40 milliseconds