Searched refs:get_gatt_attributes_map (Results 1 – 4 of 4) sorted by relevance
204 attr_map = self.bluetooth_facade.get_gatt_attributes_map(address)
1492 def get_gatt_attributes_map(self, address): member in BluetoothDevice1501 return self._proxy.get_gatt_attributes_map(address)
33 get_gatt_attributes_map(address))
3471 def get_gatt_attributes_map(self, address): member in BluezFacadeLocal