Home
last modified time | relevance | path

Searched defs:ertm_id (Results 1 – 4 of 4) sorted by relevance

/btstack/example/
H A Dspp_streamer.c110 static void rfcomm_ertm_released_handler(uint16_t ertm_id){ in rfcomm_ertm_released_handler()
H A Dspp_streamer_client.c127 static void rfcomm_ertm_released_handler(uint16_t ertm_id){ in rfcomm_ertm_released_handler()
/btstack/src/classic/
H A Drfcomm.h179 uint16_t ertm_id; member
263 uint16_t ertm_id; member
H A Drfcomm.c218 static rfcomm_multiplexer_t * rfcomm_multiplexer_for_ertm_id(uint16_t ertm_id) { in rfcomm_multiplexer_for_ertm_id()
2662 …(void request_callback(rfcomm_ertm_request_t * request), void released_callback(uint16_t ertm_id)){ in rfcomm_enable_l2cap_ertm()