Home | History | Annotate | Download | only in include

Lines Matching refs:service_id

494     UINT16              service_id;
504 UINT16 service_id;
513 UINT16 service_id;
1091 ** Parameters service_id: service ID to which this included service is to
1098 extern void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id);
1106 ** Parameters service_id: service ID to which this included service is to
1115 extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
1126 ** Parameters service_id: service ID to which this charatceristic descriptor is to
1135 extern void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
1146 ** Parameters service_id: service_id to be deleted.
1151 extern void BTA_GATTS_DeleteService(UINT16 service_id);
1159 ** Parameters service_id: the service ID to be started.
1165 extern void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport);
1173 ** Parameters service_id - service to be topped.
1178 extern void BTA_GATTS_StopService(UINT16 service_id);