Home
last modified time | relevance | path

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

/system/bt/btcore/include/
Dversion.h24 uint8_t hci_version; member
/system/bt/hci/src/
Dhci_packet_parser.cc63 STREAM_TO_UINT8(bt_version->hci_version, stream); in parse_read_local_version_info_response()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h357 uint8_t hci_version; /* HCI Version */ member
/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_packet_builder.h103 hci::Status status, uint8_t hci_version, uint16_t hci_revision, uint8_t lmp_pal_version,
Devent_packet_builder.cc169 …hci::Status status, uint8_t hci_version, uint16_t hci_revision, uint8_t lmp_pal_version, uint16_t … in CreateCommandCompleteReadLocalVersionInformation() argument
174 CHECK(evt_ptr->AddPayloadOctets1(hci_version)); in CreateCommandCompleteReadLocalVersionInformation()
/system/bt/stack/include/
Dbtm_api_types.h72 uint8_t hci_version; member
/system/bt/stack/btm/
Dbtm_sco.cc516 if (controller_get_interface()->get_bt_version()->hci_version >= in BTM_CreateSco()
Dbtm_ble.cc780 if (controller_get_interface()->get_bt_version()->hci_version >= HCI_PROTO_VERSION_5_0) in BTM_SetBleDataLength()