Home | History | Annotate | Download | only in gap

Lines Matching defs:service_handle

384     UINT16          service_handle;
397 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);
399 GAP_TRACE_EVENT ("gap_attr_db_init service_handle = %d", service_handle);
405 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ);
411 p_db_attr->handle = GATTS_AddCharacteristic(service_handle,
425 p_db_attr->handle = GATTS_AddCharacteristic(service_handle,
435 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid,
443 status = GATTS_StartService(gap_cb.gatt_if, service_handle, GAP_TRANSPORT_SUPPORTED );
446 gap_cb.gatt_if, service_handle, status);