Searched refs:get_gatt_attributes_map (Results 1 – 4 of 4) sorted by relevance
181 attr_map = self.bluetooth_facade.get_gatt_attributes_map(address)
1498 def get_gatt_attributes_map(self, address): member in BluetoothDevice1507 return self._proxy.get_gatt_attributes_map(address)
32 get_gatt_attributes_map(address))
2805 def get_gatt_attributes_map(self, address): member in BluetoothFacadeNative