Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs74 conn_id: u16, in on_server_read()
76 attr_handle: u16, in on_server_read()
87 conn_id: u16, in on_server_write()
89 attr_handle: u16, in on_server_write()
99 fn on_execute(self: &GattServerCallbacks, conn_id: u16, trans_id: u32, execute: bool); in on_execute()
104 fn on_indication_sent_confirmation(self: &GattServerCallbacks, conn_id: u16, status: i32); in on_indication_sent_confirmation()
168 fn remove_service(server_id: u8, service_handle: u16); in remove_service()
171 fn send_response(server_id: u8, conn_id: u16, trans_id: u32, status: u8, value: &[u8]); in send_response()
172 fn send_indication(_server_id: u8, handle: u16, conn_id: u16, value: &[u8]); in send_indication()
395 fn remove_service(server_id: u8, service_handle: u16) { in remove_service()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs51 pub(crate) fn get_handle(&self, addr: hci::Address) -> u16 { in get_handle()
85 pub(crate) fn send_llcp_packet(&self, handle: u16, packet: &[u8]) { in send_llcp_packet()
235 handle: u16, in link_layer_add_link()
315 handle: u16, in link_layer_ingest_llcp()
346 cis_connection_handle: *mut u16, in link_layer_get_cis_connection_handle()
371 cis_connection_handle: u16, in link_layer_get_cis_information()
372 acl_connection_handle: *mut u16, in link_layer_get_cis_information()
375 max_sdu_tx: *mut u16, in link_layer_get_cis_information()
Dpackets.rs81 pub fn command_connection_handle(command: &Command) -> Option<u16> { in command_connection_handle()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs176 scan_interval: u16, in SetScanParameters()
177 scan_window: u16, in SetScanParameters()
191 scan_interval: u16, in BatchscanEnable()
192 scan_window: u16, in BatchscanEnable()
203 skip: u16, in StartSync()
204 timeout: u16, in StartSync()
206 fn StopSync(self: Pin<&mut BleScannerIntf>, handle: u16); in StopSync()
211 service_data: u16, in TransferSync()
212 sync_handle: u16, in TransferSync()
217 service_data: u16, in TransferSetInfo()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dmetrics.rs83 appearance: u16, in device_info_report()
84 vendor_id: u16, in device_info_report()
86 product_id: u16, in device_info_report()
87 version: u16, in device_info_report()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Dmanager.rs55 acl_connection_handle: u16, in add_link()
98 acl_connection_handle: u16, in ingest_llcp()
118 pub fn get_cis_connection_handle(&self, cig_id: u8, cis_id: u8) -> Option<u16> { in get_cis_connection_handle()
Diso.rs244 pub fn max_sdu_tx(&self) -> Option<u16> { in max_sdu_tx()
285 pub fn add_acl_connection(&mut self, acl_connection_handle: u16, role: hci::Role) { in add_acl_connection()
289 pub fn remove_acl_connection(&mut self, acl_connection_handle: u16) { in remove_acl_connection()
294 fn new_cis_connection_handle(&self) -> u16 { in new_cis_connection_handle()
300 fn new_cis_connection(&mut self, cig_id: u8, cis_id: u8, role: hci::Role) -> u16 { in new_cis_connection()
333 fn send_llcp_packet<P: Into<llcp::LlcpPacket>>(&self, acl_connection_handle: u16, packet: P) { in send_llcp_packet()
1219 pub fn ll_cis_req(&mut self, acl_connection_handle: u16, packet: llcp::CisReq) { in ll_cis_req()
1263 pub fn ll_cis_rsp(&mut self, acl_connection_handle: u16, _packet: llcp::CisRsp) { in ll_cis_rsp()
1311 pub fn ll_reject_ext_ind(&mut self, acl_connection_handle: u16, packet: llcp::RejectExtInd) { in ll_reject_ext_ind()
1351 pub fn ll_cis_ind(&mut self, acl_connection_handle: u16, packet: llcp::CisInd) { in ll_cis_ind()
[all …]
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_request.rs53 fn make_db_with_handle_and_value(handle: u16, value: Vec<u8>) -> TestAttDatabase { in make_db_with_handle_and_value()
65 handle: u16, in do_read_request_with_handle_and_mtu()
/packages/modules/Bluetooth/system/stack/include/
Dbt_types.h102 #define UINT16_TO_STREAM(p, u16) \ argument
142 #define STREAM_TO_UINT16(u16, p) \ argument
223 #define UINT16_TO_BE_STREAM(p, u16) \ argument
240 #define BE_STREAM_TO_UINT16(u16, p) \ argument
282 #define UINT16_TO_BE_FIELD(p, u16) \ argument
Dhcimsgs.h251 #define HCID_GET_HANDLE(u16) (uint16_t)((u16)&HCI_DATA_HANDLE_MASK) argument
252 #define HCID_GET_PKT_STATUS(u16) \ argument
257 #define HCID_GET_EVENT(u16) \ argument
Dbt_dev_class.h110 #define BTM_COD_SERVICE_CLASS(u16, pd) \ argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs604 min_ce_len: u16, in connection_parameter_update()
605 max_ce_len: u16, in connection_parameter_update()
1205 fn extract_scan_parameters(&self) -> Option<(u8, u16, u16)> { in extract_scan_parameters() argument
2685 min_ce_len: u16, in connection_parameter_update()
2686 max_ce_len: u16, in connection_parameter_update()
2914 handle: u16, in register_for_notification_cb()
2928 handle: u16, in write_characteristic_cb()
2929 len: u16, in write_characteristic_cb()
2941 handle: u16, in write_descriptor_cb()
2942 len: u16, in write_descriptor_cb()
[all …]
Dsuspend.rs71 fn notify_suspend_state(hci_index: u16, suspended: bool) { in notify_suspend_state()
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs31 impl From<HciChannels> for u16 { implementation
82 impl From<MgmtCommandOpcode> for u16 { implementation
171 pub fn new(hci_id: u16, suspended: u8) -> Self { in new()
Dadv_parser.rs104 pub fn extract_manufacturer_data(bytes: &[u8]) -> HashMap<u16, Vec<u8>> { in extract_manufacturer_data()
/packages/modules/Virtualization/authfs/src/file/
Ddir.rs72 pub fn number_of_entries(&self) -> u16 { in number_of_entries()
216 pub fn number_of_entries(&self) -> u16 { in number_of_entries()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DStructTest.java252 UnsignedDataMessage(final short u8, final int u16, final long u32, final BigInteger u64, in UnsignedDataMessage()
790 @Field(order = 1, type = Type.U16) public final int u16; field in StructTest.FullTypeMessage
807 FullTypeMessage(final short u8, final int u16, final long u32, final long u63, in FullTypeMessage()
899 @Field(order = 1, type = Type.U16) public final int u16; field in StructTest.FullTypeMessageWithDupType
916 FullTypeMessageWithDupType(final short u8, final int u16, final long u32, final long u63, in FullTypeMessageWithDupType()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dcontext.rs103 fn peer_handle(&self) -> u16 { in peer_handle()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dmod.rs31 fn peer_handle(&self) -> u16; in peer_handle()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_discovery_db.h38 uint16_t u16; /* 16-bit integer */ member
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc429 uint16_t u16; in bta_av_group_navi_supported() local
806 uint16_t u16; in bta_av_chk_notif_evt_id() local
881 uint16_t u16; in bta_av_proc_meta_cmd() local
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs341 fn peer_handle(&self) -> u16 { in peer_handle()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs116 codec_id: u16, in on_hfp_debug_dump()
159 avail_cont: u16, in on_lea_audio_conf()
/packages/modules/Virtualization/pvmfw/src/
Dinstance.rs172 fn version(&self) -> u16 { in version()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types_test.cc509 uint16_t u16; in TEST() local

12