Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py466 self.gatt_services = {}
541 self.gatt_services[addr] = services
1033 utils.poll_for_condition(condition=lambda: address in self.gatt_services,
1067 return self.gatt_services[address]
Dgatt_server.py572 self.gatt_services = []
708 for service in self.gatt_services:
727 for service in self.gatt_services:
1124 self.gatt_services.append(bluetooth_gatt_service.create_gatt_service(service))
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc581 std::vector<Uuid> gatt_services; in bta_dm_gatt_disc_complete() local
592 gatt_services.push_back(db[i].uuid); in bta_dm_gatt_disc_complete()
598 gatt_services.size()); in bta_dm_gatt_disc_complete()
604 std::move(gatt_services)); in bta_dm_gatt_disc_complete()
Dbta_dm_disc_legacy.cc844 std::vector<Uuid> gatt_services; in bta_dm_search_cmpl() local
870 gatt_services.push_back(db[i].uuid); in bta_dm_search_cmpl()
891 bta_dm_search_cb.peer_bdaddr, bd_name, gatt_services, in bta_dm_search_cmpl()