Home
last modified time | relevance | path

Searched refs:lmp_subversion (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.h272 uint16_t lmp_subversion; member
H A Drtk_coex.c1353 UINT16_TO_STREAM(p, btrtl_coex.lmp_subversion); in rtk_notify_btpatch_version_to_wifi()
1356 btrtl_coex.lmp_subversion); in rtk_notify_btpatch_version_to_wifi()
1771 STREAM_TO_UINT16(btrtl_coex.lmp_subversion, p); in rtk_handle_cmd_complete_evt()
1775 btrtl_coex.lmp_subversion); in rtk_handle_cmd_complete_evt()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.h272 uint16_t lmp_subversion; member
H A Drtk_coex.c1353 UINT16_TO_STREAM(p, btrtl_coex.lmp_subversion); in rtk_notify_btpatch_version_to_wifi()
1356 btrtl_coex.lmp_subversion); in rtk_notify_btpatch_version_to_wifi()
1771 STREAM_TO_UINT16(btrtl_coex.lmp_subversion, p); in rtk_handle_cmd_complete_evt()
1775 btrtl_coex.lmp_subversion); in rtk_handle_cmd_complete_evt()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h212 uint16_t lmp_subversion; member
H A Drtk_btusb.c1670 RTKBT_INFO("%s: lmp_subversion %d ", __func__, ever_evt->lmp_subversion); in read_localversion()