Home
last modified time | relevance | path

Searched refs:interrupt_psm (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Dhid_host.c355 connection->interrupt_psm = 0; in hid_host_create_connection()
615 … de_element_get_uint16(des_iterator_get_element(&prot_it), &connection->interrupt_psm); in hid_host_handle_sdp_client_query_result()
616 … log_info("HID Interrupt PSM: 0x%04x", connection->interrupt_psm); in hid_host_handle_sdp_client_query_result()
665 if (!connection->control_psm || !connection->interrupt_psm) { in hid_host_handle_sdp_client_query_result()
793 …channel(hid_host_packet_handler, connection->remote_addr, connection->interrupt_psm, 0xffff, &conn… in hid_host_handle_control_packet()
1013 connection->interrupt_psm = BLUETOOTH_PSM_HID_INTERRUPT; in hid_host_packet_handler()
1017 … = l2cap_create_channel(hid_host_packet_handler, address, connection->interrupt_psm, 0xffff, &conn… in hid_host_packet_handler()
H A Dhid_host.h95 uint16_t interrupt_psm; member