Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Drfcomm.h406 …int16_t rfcomm_cid, rpn_baud_t baud_rate, rpn_data_bits_t data_bits, rpn_stop_bits_t stop_bits, rp…
515 static inline rpn_stop_bits_t rfcomm_event_port_configuration_get_stop_bits(const uint8_t * event){ in rfcomm_event_port_configuration_get_stop_bits()
516 return (rpn_stop_bits_t) ((event[6] >> 2) & 1); in rfcomm_event_port_configuration_get_stop_bits()
H A Drfcomm.c2391 …int16_t rfcomm_cid, rpn_baud_t baud_rate, rpn_data_bits_t data_bits, rpn_stop_bits_t stop_bits, rp… in rfcomm_send_port_configuration()
/btstack/src/
H A Dbluetooth.h659 } rpn_stop_bits_t; typedef