Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duhid_hfp.rs13 pub const BLUETOOTH_TELEPHONY_UHID_REPORT_ID: u8 = 1; constant
31 BLUETOOTH_TELEPHONY_UHID_REPORT_ID, // Report ID (1)
168 let data: [u8; 2] = [BLUETOOTH_TELEPHONY_UHID_REPORT_ID, report]; in send_input()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs39 OutputEvent, UHidHfp, BLUETOOTH_TELEPHONY_UHID_REPORT_ID, UHID_INPUT_DROP,
1734 let id = BLUETOOTH_TELEPHONY_UHID_REPORT_ID; in dispatch_hfp_callbacks()
1753 let id = BLUETOOTH_TELEPHONY_UHID_REPORT_ID; in dispatch_hfp_callbacks()
2024 if id == BLUETOOTH_TELEPHONY_UHID_REPORT_ID { in dispatch_uhid_hfp_output_callback()