Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bluetooth/hidp/
A Dhidp.h87 #define HIDP_WAITING_FOR_SEND_ACK 11 macro
A Dcore.c344 set_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
350 while (test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) && in hidp_set_raw_report()
355 !test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) in hidp_set_raw_report()
378 clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
488 if (test_and_clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags)) in hidp_process_handshake()

Completed in 6 milliseconds