Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11e.h42 uint8 octets[3]; member
91 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT)
92 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \
94 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT)
95 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \
98 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \
100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
/hardware/interfaces/wifi/supplicant/1.0/
Dtypes.hal57 /** SSID type. Max of 32 octets representing service identifier of a network. */
60 /** MAC Address type. 6 octets representing physical address of a device. */
63 /** BSSID type. 6 octets representing the physical address of an AP. */
DISupplicantIface.hal129 * octets encoded in UTF-8).
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioPort.hal65 * @return transmittedOctets the number of audio data octets that were sent
66 * to a remote device. This excludes octets that have been written to the
Dtypes.hal236 /** Peer MTU (in octets) */
/hardware/interfaces/wifi/hostapd/1.2/
Dtypes.hal42 * Mac Address type. 6 octets representing physical address of a device.
/hardware/interfaces/bluetooth/a2dp/1.0/
Dtypes.hal72 /** Peer MTU (in octets) */
/hardware/interfaces/bluetooth/audio/2.1/
Dtypes.hal72 /* length in octets of a codec frame */
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp2354 auto octets = CodecSpecificCapabilitiesLtv::SupportedOctetsPerCodecFrame(); in GetDefaultRemoteSinkCapability() local
2355 octets.min = 0; in GetDefaultRemoteSinkCapability()
2356 octets.max = 120; in GetDefaultRemoteSinkCapability()
2360 octets, frames}; in GetDefaultRemoteSinkCapability()
2386 auto octets = CodecSpecificCapabilitiesLtv::SupportedOctetsPerCodecFrame(); in GetDefaultRemoteSourceCapability() local
2387 octets.min = 0; in GetDefaultRemoteSourceCapability()
2388 octets.max = 120; in GetDefaultRemoteSourceCapability()
2392 octets, frames}; in GetDefaultRemoteSourceCapability()
4187 auto octets = CodecSpecificCapabilitiesLtv::SupportedOctetsPerCodecFrame(); in GetDefaultBroadcastSinkCapability() local
4188 octets.min = 0; in GetDefaultBroadcastSinkCapability()
[all …]
/hardware/interfaces/bluetooth/audio/aidl/default/
DLeAudioOffloadAudioProvider.cpp1116 CodecSpecificConfigurationLtv::OctetsPerCodecFrame octets; in getBroadcastSettings() local
1117 octets.value = transport.bitdepth[0]; in getBroadcastSettings()
1121 octets, in getBroadcastSettings()
/hardware/interfaces/wifi/1.0/
Dtypes.hal129 * Mac Address type. 6 octets representing physical address of a device.
134 * SSID type. 32 octets representing the network.
139 * BSSID type. 6 octets representing the physical address of an AP.
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h3014 uint8 octets[3]; member