Searched defs:is_bonded (Results 1 – 5 of 5) sorted by relevance
250 def is_bonded(self, address): member in Bluetooth
724 def is_bonded(self, address): member in FlossAdapterClient
747 bool is_bonded = BTM_IsBonded(bd_addr, BT_TRANSPORT_LE); in btm_ble_start_sec_check() local
707 bool is_bonded(Address target_address) { in is_bonded() function
2315 fn is_bonded(&self, addr: &RawAddress) -> bool { in is_bonded() method