HomeSort by relevance Sort by last modified time
    Searched refs:HCI_OGF (Results 1 - 3 of 3) sorted by null

  /system/bt/vendor_libs/test_vendor_lib/src/
command_packet.cc 36 return HCI_OGF(GetOpcode());
  /external/libnfc-nci/src/include/
hcidefs.h 41 #define HCI_OGF(p) (UINT8)((0xFC00 & (p)) >> 10)
    [all...]
  /system/bt/stack/include/
hcidefs.h 44 #define HCI_OGF(p) (UINT8)((0xFC00 & (p)) >> 10)
    [all...]

Completed in 41 milliseconds