Home
last modified time | relevance | path

Searched refs:rpn_data_bits_t (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Drfcomm.h406 uint8_t rfcomm_send_port_configuration(uint16_t rfcomm_cid, rpn_baud_t baud_rate, rpn_data_bits_t d…
507 static inline rpn_data_bits_t rfcomm_event_port_configuration_get_data_bits(const uint8_t * event){ in rfcomm_event_port_configuration_get_data_bits()
508 return (rpn_data_bits_t) (event[6] & 3); in rfcomm_event_port_configuration_get_data_bits()
H A Drfcomm.c2391 uint8_t rfcomm_send_port_configuration(uint16_t rfcomm_cid, rpn_baud_t baud_rate, rpn_data_bits_t d… in rfcomm_send_port_configuration()
/btstack/src/
H A Dbluetooth.h654 } rpn_data_bits_t; typedef