Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Dport_api.h57 UINT8 byte_size; member
/system/bt/stack/rfcomm/
Drfc_port_fsm.c899 port_pars->byte_size = p_frame->u.rpn.byte_size; in rfc_set_port_state()
Drfc_ts_frames.c445 *p_data++ = (p_pars->byte_size << RFCOMM_RPN_BITS_SHIFT) in rfc_send_rpn()
833 … p_rx_frame->u.rpn.byte_size = (*p_data >> RFCOMM_RPN_BITS_SHIFT) & RFCOMM_RPN_BITS_MASK; in rfc_process_mx_message()
Drfc_int.h123 UINT8 byte_size; member