Home
last modified time | relevance | path

Searched refs:L2CAP_EVENT_CAN_SEND_NOW (Results 1 – 25 of 33) sorted by relevance

12

/btstack/doc/manual/docs-template/appendix/
H A Devents_errors.md22 - L2CAP_EVENT_CAN_SEND_NOW - Indicates that an L2CAP data packet could
33 L2CAP_EVENT_CAN_SEND_NOW | 0x78
45 - L2CAP_EVENT_CAN_SEND_NOW:
H A Dmigration.md106 …soon as it becomes possible to send a RFCOMM_EVENT_CAN_SEND_NOW/L2CAP_EVENT_CAN_SEND_NOW will be e…
/btstack/test/sdp_client/
H A Dmock.c15 uint8_t event[] = { L2CAP_EVENT_CAN_SEND_NOW, 2, 0, 0}; in l2cap_request_can_send_now_event()
/btstack/test/gatt_server/
H A Dmock.c194 uint8_t event[] = { L2CAP_EVENT_CAN_SEND_NOW, 2, 1, 0}; in l2cap_request_can_send_fix_channel_now_event()
337 uint8_t event[] = { L2CAP_EVENT_CAN_SEND_NOW, 2, 1, 0}; in att_dispatch_server_request_can_send_now_event()
H A Dgatt_server_test.cpp380 …uint16_t att_request_len = att_write_request(L2CAP_EVENT_CAN_SEND_NOW, value_handle, sizeof(buffer… in TEST()
/btstack/example/
H A Dle_credit_based_flow_control_mode_server.c269 case L2CAP_EVENT_CAN_SEND_NOW: in packet_handler()
H A Dle_credit_based_flow_control_mode_client.c285 case L2CAP_EVENT_CAN_SEND_NOW: in packet_handler()
H A Dle_mitm.c499 if (packet[0] == L2CAP_EVENT_CAN_SEND_NOW) { in att_packet_handler()
/btstack/test/gatt_client/
H A Dmock.c181 uint8_t event[] = { L2CAP_EVENT_CAN_SEND_NOW, 2, 1, 0}; in l2cap_request_can_send_fix_channel_now_event()
/btstack/test/security_manager/
H A Dmock.c222 uint8_t event[] = { L2CAP_EVENT_CAN_SEND_NOW, 2, 0, 0}; in l2cap_request_can_send_fix_channel_now_event()
/btstack/src/ble/
H A Datt_dispatch.c176 case L2CAP_EVENT_CAN_SEND_NOW: in att_packet_handler()
H A Datt_server.c981 case L2CAP_EVENT_CAN_SEND_NOW: in att_server_dispatch_packet_handler()
1563 case L2CAP_EVENT_CAN_SEND_NOW: in att_server_eatt_handler()
/btstack/src/
H A Dbtstack_defines.h1236 #define L2CAP_EVENT_CAN_SEND_NOW 0x79u macro
/btstack/src/classic/
H A Dsdp_server.c621 case L2CAP_EVENT_CAN_SEND_NOW: in sdp_packet_handler()
H A Dsdp_client.c520 case L2CAP_EVENT_CAN_SEND_NOW: in sdp_client_packet_handler()
H A Davrcp_browsing.c354 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_browsing_packet_handler()
H A Davrcp_browsing_controller.c503 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_browsing_controller_packet_handler()
H A Dgoep_server.c297 case L2CAP_EVENT_CAN_SEND_NOW: in goep_server_packet_handler_l2cap()
H A Davrcp_browsing_target.c361 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_browsing_target_packet_handler()
H A Dhid_device.c745 case L2CAP_EVENT_CAN_SEND_NOW: in packet_handler()
H A Dgoep_client.c178 case L2CAP_EVENT_CAN_SEND_NOW: in goep_client_packet_handler()
H A Davrcp.c1097 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_packet_handler()
H A Dhid_host.c1066 case L2CAP_EVENT_CAN_SEND_NOW: in hid_host_packet_handler()
H A Dbnep.c1337 case L2CAP_EVENT_CAN_SEND_NOW: in bnep_hci_event_handler()
/btstack/doc/manual/docs-template/
H A Dprotocols.md302 *l2cap_request_can_send_now_event(cahnnel_id)* which will trigger an L2CAP_EVENT_CAN_SEND_NOW
305 The L2CAP_EVENT_CAN_SEND_NOW indicates a channel ID on which sending is possible.

12