Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c616 uint8_t handle_number = 0; in rtk_notify_profileinfo_to_fw() local
625 handle_number++; in rtk_notify_profileinfo_to_fw()
628 buffer_size = 1 + handle_number * 3 + 1; in rtk_notify_profileinfo_to_fw()
639 *p++ = handle_number; in rtk_notify_profileinfo_to_fw()
640 RTKBT_DBG("%s: NumberOfHandles %u", __func__, handle_number); in rtk_notify_profileinfo_to_fw()
651 handle_number--; in rtk_notify_profileinfo_to_fw()
653 if (0 == handle_number) in rtk_notify_profileinfo_to_fw()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c616 uint8_t handle_number = 0; in rtk_notify_profileinfo_to_fw() local
625 handle_number++; in rtk_notify_profileinfo_to_fw()
628 buffer_size = 1 + handle_number * 3 + 1; in rtk_notify_profileinfo_to_fw()
639 *p++ = handle_number; in rtk_notify_profileinfo_to_fw()
640 RTKBT_DBG("%s: NumberOfHandles %u", __func__, handle_number); in rtk_notify_profileinfo_to_fw()
651 handle_number--; in rtk_notify_profileinfo_to_fw()
653 if (0 == handle_number) in rtk_notify_profileinfo_to_fw()