Searched refs:l2cap_request_can_send_fix_channel_now_event (Results 1 – 9 of 9) sorted by relevance
/btstack/test/l2cap-cbm/ |
H A D | l2cap_cbm_test.cpp | 184 l2cap_request_can_send_fix_channel_now_event(HCI_CON_HANDLE_TEST_LE, 0x003f); in TEST() 186 …l2cap_request_can_send_fix_channel_now_event(HCI_CON_HANDLE_TEST_LE, L2CAP_CID_ATTRIBUTE_PROTOCOL); in TEST()
|
/btstack/src/ble/ |
H A D | att_dispatch.c | 129 l2cap_request_can_send_fix_channel_now_event(0, L2CAP_CID_ATTRIBUTE_PROTOCOL); in att_dispatch_handle_can_send_now() 299 l2cap_request_can_send_fix_channel_now_event(con_handle, L2CAP_CID_ATTRIBUTE_PROTOCOL); in att_dispatch_request_can_send_now_event()
|
H A D | sm.c | 2492 l2cap_request_can_send_fix_channel_now_event(sm_active_connection_handle, connection->sm_cid); in sm_run_send_keypress_notification() 2861 … l2cap_request_can_send_fix_channel_now_event(sm_active_connection_handle, connection->sm_cid); in sm_run()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 180 void l2cap_request_can_send_fix_channel_now_event(uint16_t handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event() function
|
/btstack/test/gatt_server/ |
H A D | mock.c | 193 void l2cap_request_can_send_fix_channel_now_event(uint16_t handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event() function
|
/btstack/test/security_manager/ |
H A D | mock.c | 220 void l2cap_request_can_send_fix_channel_now_event(hci_con_handle_t con_handle, uint16_t cid){ in l2cap_request_can_send_fix_channel_now_event() function
|
/btstack/src/ |
H A D | l2cap.h | 441 void l2cap_request_can_send_fix_channel_now_event(hci_con_handle_t con_handle, uint16_t channel_id);
|
H A D | l2cap.c | 1036 void l2cap_request_can_send_fix_channel_now_event(hci_con_handle_t con_handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event() function
|
/btstack/example/ |
H A D | le_mitm.c | 362 l2cap_request_can_send_fix_channel_now_event(pdu->handle, L2CAP_CID_ATTRIBUTE_PROTOCOL); in mitm_request_to_send()
|