Home
last modified time | relevance | path

Searched refs:BONDED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py575 … self._make_device(address, name, bond_state=floss_enums.BondState.BONDED))
577 dev['bond_state'] = floss_enums.BondState.BONDED
727 'bond_state', floss_enums.BondState.NOT_BONDED) == floss_enums.BondState.BONDED
843 elif device['bond_state'] == floss_enums.BondState.BONDED:
Dfloss_enums.py172 BONDED = 2 variable in BondState
/packages/modules/Bluetooth/floss/pandora/server/
Dsecurity.py95 if state == floss_enums.BondState.BONDED:
148 if state == floss_enums.BondState.BONDED:
Dhost.py119 if state == floss_enums.BondState.BONDED: