Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hdi.h39 PACKET_TYPE_SCO = 3, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hci_callbacks.cpp43 packetType = BtPacketType::PACKET_TYPE_SCO; in OnReceivedHciPacket()
H A Dbluetooth_hdi.cpp67 case PACKET_TYPE_SCO: in HdiSendHciPacket()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c347 result = g_hdiLib->hdiSendHciPacket(PACKET_TYPE_SCO, &btPacket); in HciSendPacketCallback()