Home
last modified time | relevance | path

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

/system/bt/gd/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 …]
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test_utils.h73 uint8_t GetControlField(bool pf, uint8_t frame_type);
Dstack_rfcomm_test_utils.cc50 uint8_t GetControlField(bool pf, uint8_t frame_type) { in GetControlField() argument
52 control |= frame_type; in GetControlField()
/system/bt/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()
/system/bt/stack/include/
Dbtm_api_types.h338 uint8_t frame_type; /* frame type: 0: short; 1: long */ member