Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h57 UINT8 byte_size; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c881 port_pars->byte_size = p_frame->u.rpn.byte_size; in rfc_set_port_state()
Drfc_ts_frames.c486 *p_data++ = (p_pars->byte_size << RFCOMM_RPN_BITS_SHIFT) in rfc_send_rpn()
908 … p_rx_frame->u.rpn.byte_size = (*p_data >> RFCOMM_RPN_BITS_SHIFT) & RFCOMM_RPN_BITS_MASK; in rfc_process_mx_message()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h116 UINT8 byte_size; member