Home
last modified time | relevance | path

Searched refs:profile_bitmap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c76 #define is_profile_connected(profile) ((btrtl_coex.profile_bitmap & BIT(profile)) > 0)
624 if (hci_conn && hci_conn->profile_bitmap) in rtk_notify_profileinfo_to_fw()
644 if (hci_conn && hci_conn->profile_bitmap) { in rtk_notify_profileinfo_to_fw()
648 *p++ = hci_conn->profile_bitmap; in rtk_notify_profileinfo_to_fw()
650 hci_conn->profile_bitmap); in rtk_notify_profileinfo_to_fw()
672 if ((btrtl_coex.profile_bitmap & BIT(profile_index)) == 0) { in update_profile_state()
692 __func__, btrtl_coex.profile_bitmap); in update_profile_state()
713 btrtl_coex.profile_bitmap |= BIT(profile_index); in update_profile_connection()
726 phci_conn->profile_bitmap |= BIT(profile_index); in update_profile_connection()
741 btrtl_coex.profile_bitmap &= ~(BIT(profile_index)); in update_profile_connection()
[all …]
H A Drtk_coex.h174 uint8_t profile_bitmap; member
256 uint8_t profile_bitmap; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c76 #define is_profile_connected(profile) ((btrtl_coex.profile_bitmap & BIT(profile)) > 0)
624 if (hci_conn && hci_conn->profile_bitmap) in rtk_notify_profileinfo_to_fw()
644 if (hci_conn && hci_conn->profile_bitmap) { in rtk_notify_profileinfo_to_fw()
648 *p++ = hci_conn->profile_bitmap; in rtk_notify_profileinfo_to_fw()
650 hci_conn->profile_bitmap); in rtk_notify_profileinfo_to_fw()
672 if ((btrtl_coex.profile_bitmap & BIT(profile_index)) == 0) { in update_profile_state()
692 __func__, btrtl_coex.profile_bitmap); in update_profile_state()
713 btrtl_coex.profile_bitmap |= BIT(profile_index); in update_profile_connection()
726 phci_conn->profile_bitmap |= BIT(profile_index); in update_profile_connection()
741 btrtl_coex.profile_bitmap &= ~(BIT(profile_index)); in update_profile_connection()
[all …]
H A Drtk_coex.h174 uint8_t profile_bitmap; member
256 uint8_t profile_bitmap; member