Searched refs:l2cap_emit_simple_event_with_cid (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ |
H A D | l2cap.c | 194 static void l2cap_emit_simple_event_with_cid(l2cap_channel_t * channel, uint8_t event_code); 1128 static void l2cap_emit_simple_event_with_cid(l2cap_channel_t * channel, uint8_t event_code){ in l2cap_emit_simple_event_with_cid() function 1188 l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_ERTM_BUFFER_RELEASED); in l2cap_handle_channel_open_failed() 1200 l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_CHANNEL_CLOSED); in l2cap_emit_channel_closed() 1207 l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_ERTM_BUFFER_RELEASED); in l2cap_handle_channel_closed() 1717 l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_ERTM_BUFFER_RELEASED); in l2cap_run_for_classic_channel() 2984 l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_CHANNEL_CLOSED); in l2cap_handle_disconnection_complete() 3374 … l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_ERTM_BUFFER_RELEASED); in l2cap_signaling_handle_configure_response() 3601 l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_ERTM_BUFFER_RELEASED); in l2cap_handle_information_request_complete() 3636 l2cap_emit_simple_event_with_cid(channel, L2CAP_EVENT_ERTM_BUFFER_RELEASED); in l2cap_handle_information_request_complete() [all …]
|