Searched refs:packetType (Results 1 – 2 of 2) sorted by relevance
156 uint32 packetType; in Authenticate() local157 fDiscovererLocalDevice->GetProperty("packet_type", &packetType); in Authenticate()158 createConnection->pkt_type = (uint16)packetType; in Authenticate()
436 uint16 packetType = HCI_DM1 | HCI_DH1 | HCI_HV1; in CommandComplete() local444 packetType |= (HCI_DM3 | HCI_DH3); in CommandComplete()447 packetType |= (HCI_DM5 | HCI_DH5); in CommandComplete()450 packetType |= (HCI_HV2); in CommandComplete()453 packetType |= (HCI_HV3); in CommandComplete()455 fProperties->AddInt16("packet_type", packetType); in CommandComplete()460 packetType, roleSwitch, encryptCapable); in CommandComplete()