Searched refs:L2CAP_EVENT_CAN_SEND_NOW (Results 1 – 25 of 33) sorted by relevance
12
/btstack/doc/manual/docs-template/appendix/ |
H A D | events_errors.md | 22 - 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 D | migration.md | 106 …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 D | mock.c | 15 uint8_t event[] = { L2CAP_EVENT_CAN_SEND_NOW, 2, 0, 0}; in l2cap_request_can_send_now_event()
|
/btstack/test/gatt_server/ |
H A D | mock.c | 194 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 D | gatt_server_test.cpp | 380 …uint16_t att_request_len = att_write_request(L2CAP_EVENT_CAN_SEND_NOW, value_handle, sizeof(buffer… in TEST()
|
/btstack/example/ |
H A D | le_credit_based_flow_control_mode_server.c | 269 case L2CAP_EVENT_CAN_SEND_NOW: in packet_handler()
|
H A D | le_credit_based_flow_control_mode_client.c | 285 case L2CAP_EVENT_CAN_SEND_NOW: in packet_handler()
|
H A D | le_mitm.c | 499 if (packet[0] == L2CAP_EVENT_CAN_SEND_NOW) { in att_packet_handler()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 181 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 D | mock.c | 222 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 D | att_dispatch.c | 176 case L2CAP_EVENT_CAN_SEND_NOW: in att_packet_handler()
|
H A D | att_server.c | 981 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 D | btstack_defines.h | 1236 #define L2CAP_EVENT_CAN_SEND_NOW 0x79u macro
|
/btstack/src/classic/ |
H A D | sdp_server.c | 621 case L2CAP_EVENT_CAN_SEND_NOW: in sdp_packet_handler()
|
H A D | sdp_client.c | 520 case L2CAP_EVENT_CAN_SEND_NOW: in sdp_client_packet_handler()
|
H A D | avrcp_browsing.c | 354 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_browsing_packet_handler()
|
H A D | avrcp_browsing_controller.c | 503 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_browsing_controller_packet_handler()
|
H A D | goep_server.c | 297 case L2CAP_EVENT_CAN_SEND_NOW: in goep_server_packet_handler_l2cap()
|
H A D | avrcp_browsing_target.c | 361 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_browsing_target_packet_handler()
|
H A D | hid_device.c | 745 case L2CAP_EVENT_CAN_SEND_NOW: in packet_handler()
|
H A D | goep_client.c | 178 case L2CAP_EVENT_CAN_SEND_NOW: in goep_client_packet_handler()
|
H A D | avrcp.c | 1097 case L2CAP_EVENT_CAN_SEND_NOW: in avrcp_packet_handler()
|
H A D | hid_host.c | 1066 case L2CAP_EVENT_CAN_SEND_NOW: in hid_host_packet_handler()
|
H A D | bnep.c | 1337 case L2CAP_EVENT_CAN_SEND_NOW: in bnep_hci_event_handler()
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 302 *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