Home
last modified time | relevance | path

Searched refs:l2cap_can_send_fixed_channel_packet_now (Results 1 – 8 of 8) sorted by relevance

/btstack/test/gatt_client/
H A Dmock.c176 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now() function
/btstack/test/l2cap-cbm/
H A Dl2cap_cbm_test.cpp188 …(void) l2cap_can_send_fixed_channel_packet_now(HCI_CON_HANDLE_TEST_LE, L2CAP_CID_ATTRIBUTE_PROTOCO… in TEST()
/btstack/test/gatt_server/
H A Dmock.c189 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now() function
/btstack/test/security_manager/
H A Dmock.c231 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now() function
/btstack/src/ble/
H A Datt_dispatch.c269 return l2cap_can_send_fixed_channel_packet_now(con_handle, L2CAP_CID_ATTRIBUTE_PROTOCOL); in att_dispatch_can_send_now()
H A Dsm.c2859 … if (!l2cap_can_send_fixed_channel_packet_now(sm_active_connection_handle, connection->sm_cid)) { in sm_run()
/btstack/src/
H A Dl2cap.h440 bool l2cap_can_send_fixed_channel_packet_now(hci_con_handle_t con_handle, uint16_t channel_id);
H A Dl2cap.c1045 bool l2cap_can_send_fixed_channel_packet_now(hci_con_handle_t con_handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now() function