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

/system/bt/stack/include/
H A Dport_api.h57 UINT8 byte_size; member in struct:__anon1192
/system/bt/stack/rfcomm/
H A Drfc_port_fsm.c899 port_pars->byte_size = p_frame->u.rpn.byte_size;
H A Drfc_int.h123 UINT8 byte_size; member in struct:__anon1257::__anon1258::__anon1263
H A Drfc_ts_frames.c445 *p_data++ = (p_pars->byte_size << RFCOMM_RPN_BITS_SHIFT)
833 p_rx_frame->u.rpn.byte_size = (*p_data >> RFCOMM_RPN_BITS_SHIFT) & RFCOMM_RPN_BITS_MASK;

Completed in 115 milliseconds