Searched defs:tx_seq (Results 1 – 2 of 2) sorted by relevance
152 uint8_t tx_seq; member
298 static inline uint16_t l2cap_encanced_control_field_for_information_frame(uint8_t tx_seq, int final… in l2cap_encanced_control_field_for_information_frame()823 …_ertm_tx_packet_state_t * l2cap_ertm_get_tx_state(l2cap_channel_t * l2cap_channel, uint8_t tx_seq){ in l2cap_ertm_get_tx_state()4718 uint8_t tx_seq = (control >> 1) & 0x3f; in l2cap_acl_classic_handler_for_channel() local