Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl55 frame_type : FrameType,
60 frame_type : FrameType,
80 packet StandardSupervisoryFrame : StandardFrame (frame_type = S_FRAME) {
84 packet StandardSupervisoryFrameWithFcs : StandardFrameWithFcs (frame_type = S_FRAME) {
88 packet StandardInformationFrame : StandardFrame (frame_type = I_FRAME) {
93 packet StandardInformationFrameWithFcs : StandardFrameWithFcs (frame_type = I_FRAME) {
135 packet EnhancedSupervisoryFrame : StandardFrame (frame_type = S_FRAME) {
139 packet EnhancedSupervisoryFrameWithFcs : StandardFrameWithFcs (frame_type = S_FRAME) {
143 packet EnhancedInformationFrame : StandardFrame (frame_type = I_FRAME) {
148 packet EnhancedInformationFrameWithFcs : StandardFrameWithFcs (frame_type = I_FRAME) {
[all …]
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dl2cap_packets.pdl26 frame_type: FrameType
54 frame_type = S_FRAME
66 frame_type = I_FRAME
100 frame_type = S_FRAME
113 frame_type = I_FRAME
137 frame_type = S_FRAME
149 frame_type = I_FRAME
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/android/include/
DImsMediaAudioDefine.h29 uint32_t frame_type; member
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test_utils.cc49 uint8_t GetControlField(bool pf, uint8_t frame_type) { in GetControlField() argument
51 control |= frame_type; in GetControlField()
Dstack_rfcomm_test_utils.h71 uint8_t GetControlField(bool pf, uint8_t frame_type);
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_int.h95 uint8_t frame_type; member
Drfc_ts_frames.cc699 p_rx_frame->u.pn.frame_type = *p_data & RFCOMM_PN_FRAME_TYPE_MASK; in rfc_process_mx_message()