Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hdi.cpp59 BtType btType = BtType::ACL_DATA; in HdiSendHciPacket() local
62 btType = BtType::HCI_CMD; in HdiSendHciPacket()
65 btType = BtType::ACL_DATA; in HdiSendHciPacket()
68 btType = BtType::SCO_DATA; in HdiSendHciPacket()
75 int32_t result = g_iBtHci->SendHciPacket(btType, data); in HdiSendHciPacket()