Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c77 #define is_profile_busy(profile) ((btrtl_coex.profile_status & BIT(profile)) > 0) macro
995 if (!is_profile_busy(profile_a2dp)) { in packets_count()
1053 if (is_profile_busy(profile_a2dp)) { in count_a2dp_packet_timeout()
1075 if (is_profile_busy(profile_pan)) { in count_pan_packet_timeout()
1080 if (!is_profile_busy(profile_pan)) { in count_pan_packet_timeout()
1100 if (is_profile_busy(profile_hogp)) { in count_hogp_packet_timeout()
1111 if (is_profile_busy(profile_voice)) { in count_hogp_packet_timeout()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c77 #define is_profile_busy(profile) ((btrtl_coex.profile_status & BIT(profile)) > 0) macro
995 if (!is_profile_busy(profile_a2dp)) { in packets_count()
1053 if (is_profile_busy(profile_a2dp)) { in count_a2dp_packet_timeout()
1075 if (is_profile_busy(profile_pan)) { in count_pan_packet_timeout()
1080 if (!is_profile_busy(profile_pan)) { in count_pan_packet_timeout()
1100 if (is_profile_busy(profile_hogp)) { in count_hogp_packet_timeout()
1111 if (is_profile_busy(profile_voice)) { in count_hogp_packet_timeout()