Home | History | Annotate | Download | only in bluetooth_low_energy

Lines Matching refs:BluetoothGattService

30 using device::BluetoothGattService;
36 void PopulateService(const BluetoothGattService* service,
191 BluetoothGattService* service = FindServiceById(*iter);
338 const std::vector<BluetoothGattService*>& services =
340 for (std::vector<BluetoothGattService*>::const_iterator iter =
345 const BluetoothGattService* service = *iter;
365 BluetoothGattService* gatt_service = FindServiceById(instance_id);
386 BluetoothGattService* service = FindServiceById(instance_id);
394 const std::vector<BluetoothGattService*>& includes =
396 for (std::vector<BluetoothGattService*>::const_iterator iter =
401 const BluetoothGattService* included = *iter;
424 BluetoothGattService* service = FindServiceById(instance_id);
844 BluetoothGattService* service) {
872 BluetoothGattService* service) {
900 BluetoothGattService* service) {
921 BluetoothGattService* service,
936 BluetoothGattService* service,
979 BluetoothGattService* service,
1067 std::vector<BluetoothGattService*> services = device->GetGattServices();
1068 for (std::vector<BluetoothGattService*>::iterator siter = services.begin();
1071 BluetoothGattService* service = *siter;
1158 BluetoothGattService* BluetoothLowEnergyEventRouter::FindServiceById(
1175 BluetoothGattService* service = device->GetGattService(instance_id);
1196 BluetoothGattService* service = FindServiceById(service_id);