Home
last modified time | relevance | path

Searched refs:BREDR (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs43 BREDR, enumerator
52 AddressType::BREDR => "BR/EDR", in fmt()
65 AddressType::BREDR => match new_type { in update()
67 _ => AddressType::BREDR, in update()
70 AddressType::Dual | AddressType::BREDR => AddressType::Dual, in update()
744 self.report_address_type(&ev.get_address(), AddressType::BREDR); in process()
754 self.report_address_type(&ev.get_bd_addr(), AddressType::BREDR); in process()
821 self.report_address_type(&cmd.get_bd_addr(), AddressType::BREDR); in process()
826 self.report_address_type(&cmd.get_bd_addr(), AddressType::BREDR); in process()
/packages/modules/Bluetooth/floss/pandora/server/
Dsecurity.py277 if transport == floss_enums.BtTransport.BREDR:
290 if transport == floss_enums.BtTransport.BREDR:
327 elif transport == floss_enums.BtTransport.BREDR:
352 …transport = floss_enums.BtTransport.BREDR if request.HasField('classic') else floss_enums.BtTransp…
356 elif transport == floss_enums.BtTransport.BREDR:
Dhost.py184 if not self.bluetooth.create_bond(address, floss_enums.BtTransport.BREDR):
200 … connection=utils.connection_to(utils.Connection(address, floss_enums.BtTransport.BREDR)))
238 … connection=utils.connection_to(utils.Connection(address, floss_enums.BtTransport.BREDR)))
/packages/modules/Bluetooth/flags/
Drnr.aconfig21 description: "Store BREDR/LE when issuing RNR so we can cancel the correct type"
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py22 BREDR = 1 variable in BtTransport